Make a Cargo Workspace!

This commit is contained in:
Eryn Wells 2024-01-22 19:33:59 -08:00
parent 1ebe7d10de
commit e522e268cf
2 changed files with 434 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
members = [
"board",
"explorer",
]