Skip to content

Commit aefd6e5

Browse files
committed
Added missing Cargo.toml
1 parent 0db33da commit aefd6e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)