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

14 lines
194 B
TOML

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