mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 05:56:35 +00:00
Fix Cargo.toml file.
This commit is contained in:
parent
ba38b61449
commit
56fb23e058
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue