rust-lesekreis/Cargo.toml

10 lines
189 B
TOML
Raw Permalink Normal View History

2025-03-05 16:42:48 +01:00
[workspace]
resolver = "2"
members = [
2025-04-09 10:56:22 +02:00
"jem/00_hello_cargo",
"jem/01_guessing_game",
"jem/02_hello_world",
"jem/03_structs",
2025-04-11 14:57:02 +02:00
"jem/04_enums",
2025-05-07 13:00:08 +02:00
"jem/05_organization",
2025-03-05 16:42:48 +01:00
]