Files
zero2prod/Cargo.toml
2024-01-27 16:53:22 +01:00

20 lines
401 B
TOML

[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"