]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch14-more-about-cargo/no-listing-03-workspace-with-external-dependency/add/add-one/Cargo.toml
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / doc / book / listings / ch14-more-about-cargo / no-listing-03-workspace-with-external-dependency / add / add-one / Cargo.toml
CommitLineData
74b04a01
XL
1[package]
2name = "add-one"
3version = "0.1.0"
4authors = ["Your Name <you@example.com>"]
5edition = "2018"
6
7[dependencies]
6a06907d 8rand = "0.8.3"