1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-25 23:51:36 +08:00
trpl-zh-cn/listings/ch14-more-about-cargo/listing-14-07/add/Cargo.toml

7 lines
55 B
TOML

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