We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d91948 commit 02bad43Copy full SHA for 02bad43
rust/impls/Cargo.toml
@@ -6,3 +6,8 @@ edition = "2021"
6
[dependencies]
7
async-trait = "0.1.77"
8
api = { path = "../api" }
9
+chrono = "0.4.38" #TODO: Evaluate if necessary.
10
+tokio-postgres = { version = "0.7.12", features = ["with-chrono-0_4"] }
11
+bb8 = "0.7"
12
+bb8-postgres = "0.7"
13
+bytes = "1.4.0"
0 commit comments