[package] name = "zero2prod" version = "0.1.0" authors = ["LukeMathWalker "] 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"