mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
12 lines
238 B
TOML
12 lines
238 B
TOML
|
[workspace]
|
||
|
resolver = "2"
|
||
|
members = [
|
||
|
"servicepoint2",
|
||
|
"servicepoint2-binding-cs",
|
||
|
"examples/announce",
|
||
|
"examples/game_of_life",
|
||
|
"examples/moving_line",
|
||
|
"examples/wiping_clear",
|
||
|
"examples/random_brightness"
|
||
|
]
|