learning_rust/the_book/workspaces/Cargo.toml
2022-08-10 11:44:20 -05:00

7 lines
52 B
TOML

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