health_check test
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -3,4 +3,16 @@ name = "zero2prod"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
name = "zero2prod"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8.4"
|
||||
reqwest = "0.12.23"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tower = "0.5.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user