This commit is contained in:
Tangel 2023-12-14 07:27:01 +00:00 committed by GitHub
parent 56140b5037
commit 7a4be9c694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,9 @@ tokio = { version = "1.34.0", features = [
"rt-multi-thread",
"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"
moka = { version = "0.12.1", features = ["future"] }