]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/add-one/Cargo.toml
New upstream version 1.59.0+dfsg1
[rustc.git] / src / doc / book / listings / ch14-more-about-cargo / no-listing-03-workspace-with-external-dependency / add / add-one / Cargo.toml
1 [package]
2 name = "add-one"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 rand = "0.8.3"