13 lines
178 B
TOML
13 lines
178 B
TOML
[workspace]
|
|
members = [
|
|
"branches",
|
|
"data_types",
|
|
"functions",
|
|
"guessing_game",
|
|
"hello_cargo",
|
|
"loops",
|
|
"ownership",
|
|
"references_and_borrowing",
|
|
"variables",
|
|
]
|