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 0db33da commit aefd6e5Copy full SHA for aefd6e5
Cargo.toml
@@ -0,0 +1,12 @@
1
+[package]
2
+name = "axum-web-gcp"
3
+version = "0.1.0"
4
+edition = "2021"
5
+
6
+[dependencies]
7
+axum = { version = "0.7.5", features = ["tokio", "http1"] }
8
+tokio = { version = "1.39.2", features = ["full"] }
9
+tracing-subscriber = { version = "0.3.18", features = ["fmt", "json"] }
10
+hyper = "1.4.1"
11
+serde_json = "1.0.122"
12
+chrono = { version = "0.4.38", features = ["serde"] }
0 commit comments