trpl-zh-cn/listings/ch14-more-about-cargo/output-only-03-use-rand/add/Cargo.toml

7 lines
55 B
TOML

[workspace]
members = [
"adder",
"add_one",
]