fmt
This commit is contained in:
parent
56140b5037
commit
7a4be9c694
1 changed files with 4 additions and 2 deletions
|
|
@ -55,7 +55,9 @@ tokio = { version = "1.34.0", features = [
|
||||||
"rt-multi-thread",
|
"rt-multi-thread",
|
||||||
"time",
|
"time",
|
||||||
] }
|
] }
|
||||||
diesel = { version = "2.1.4", features = ["postgres"], default-features = false, optional = true }
|
diesel = { version = "2.1.4", features = [
|
||||||
|
"postgres",
|
||||||
|
], default-features = false, optional = true }
|
||||||
futures = "0.3.29"
|
futures = "0.3.29"
|
||||||
moka = { version = "0.12.1", features = ["future"] }
|
moka = { version = "0.12.1", features = ["future"] }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue