Fix Cargo.toml file.

This commit is contained in:
LukeMathWalker 2020-08-23 12:41:41 +01:00
parent ba38b61449
commit 56fb23e058

View file

@ -5,6 +5,12 @@ 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 = "chapter03-0"
[dependencies]
actix-web = "2.0.0"