Files
learn-rust/Cargo.toml

12 lines
148 B
TOML

[workspace]
members = [
"branches",
"data_types",
"functions",
"guessing_game",
"hello_cargo",
"loops",
"ownership",
"variables",
]