summaryrefslogtreecommitdiff
path: root/rust/theBook/chapter-8-common-collections/practice/Cargo.toml
blob: e4fb41e7307802d2e77d7216a3fdb48fe8e15b71 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "practice"
version = "0.1.0"
edition = "2021"

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

[dependencies]
rand = "0.8.5"