summaryrefslogtreecommitdiff
path: root/rust/theBook/chapter-13-functional-language-features-iterators-and-closures/shirt_inventory/Cargo.toml
blob: 6c9fe6bd30cfd309c4ba39b5340bc9162e391afe (plain)
1
2
3
4
5
6
7
8
[package]
name = "shirt_inventory"
version = "0.1.0"
edition = "2021"

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

[dependencies]