]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.toml
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / book / listings / ch14-more-about-cargo / output-only-02-add-one / add / Cargo.toml
1 [workspace]
2
3 members = [
4 "adder",
5 "add-one",
6 ]