10
0
Fork 0
rust-lesekreis/Cargo.toml
2025-04-11 14:57:02 +02:00

9 lines
No EOL
162 B
TOML

[workspace]
resolver = "2"
members = [
"jem/00_hello_cargo",
"jem/01_guessing_game",
"jem/02_hello_world",
"jem/03_structs",
"jem/04_enums",
]