rust_book/ch14/add/Cargo.toml
2025-03-31 20:40:24 -05:00

7 lines
51 B
TOML

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