servicepoint/examples/Cargo.toml

10 lines
140 B
TOML
Raw Normal View History

2024-05-13 21:17:20 +02:00
[workspace]
resolver = "2"
members = [
"announce",
"game_of_life",
"moving_line",
"wiping_clear",
"random_brightness"
]