zero-to-production/Cargo.toml

22 lines
396 B
TOML
Raw Normal View History

2020-12-05 16:50:21 +00:00
[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]
2021-12-26 14:32:41 +00:00
actix-web = "=4.0.0-beta.15"
2020-12-05 16:50:21 +00:00
[dev-dependencies]
2021-02-11 08:13:24 +00:00
actix-rt = "2"
reqwest = "0.11"
2021-02-11 08:52:18 +00:00
tokio = "1"