servicepoint/examples/Cargo.toml

10 lines
141 B
TOML
Raw Normal View History

[workspace]
resolver = "2"
members = [
"announce",
"game_of_life",
"moving_line",
"wiping_clear",
"random_brightness",
]