zero-to-production/Cargo.toml
2021-12-26 15:32:41 +01:00

22 lines
396 B
TOML

[package]
name = "zero2prod"
version = "0.1.0"
authors = ["LukeMathWalker <rust@lpalmieri.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
path = "src/lib.rs"
[[bin]]
path = "src/main.rs"
name = "zero2prod"
[dependencies]
actix-web = "=4.0.0-beta.15"
[dev-dependencies]
actix-rt = "2"
reqwest = "0.11"
tokio = "1"