[core] Create a core crate

This commit is contained in:
Eryn Wells 2024-01-23 17:18:48 -08:00
parent e522e268cf
commit 7e08a9adc4
3 changed files with 9 additions and 0 deletions

View file

@ -2,5 +2,6 @@
members = [
"board",
"core",
"explorer",
]