Files
learn-rust/Cargo.toml
2025-07-01 15:18:10 +03:00

13 lines
178 B
TOML

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