trpl-zh-cn/listings/ch14-more-about-cargo/output-only-02-add-one/add/Cargo.toml
2022-02-06 16:43:51 +08:00

7 lines
55 B
TOML
Executable File

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