/health_check with integration test implemented
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "zero2prod"
|
||||
version = "0.1.0"
|
||||
authors = ["Andre Heber <andre.heber@gmx.net>"]
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
path = "src/main.rs"
|
||||
name = "zero2prod"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
tokio = { version="1", features = ["macros", "rt-multi-thread"] }
|
||||
reqwest = "0.11"
|
||||
Reference in New Issue
Block a user