summaryrefslogtreecommitdiff
path: root/rust/theBook/chapter-7-managing-growing-projects/restaurent/Cargo.toml
blob: 635e1ad35a796b2a805e82202d0236784340f6a9 (plain)
1
2
3
4
5
6
7
8
[package]
name = "restaurent"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]