Add cargo workspace
This commit is contained in:
parent
11131edae4
commit
4e4097d8e2
1 changed files with 6 additions and 0 deletions
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"rust/arduino",
|
||||||
|
"rust/pico",
|
||||||
|
"rust/serial_reader",
|
||||||
|
]
|
Loading…
Reference in a new issue