summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch14-more-about-cargo/output-only-03-use-rand/add/add_one/Cargo.toml
blob: fd4942ace4858bf6aaa29aef9a9741f7a9d314fb (plain)
1
2
3
4
5
6
7
[package]
name = "add_one"
version = "0.1.0"
edition = "2021"

[dependencies]
rand = "0.8.3"