Empty board package

This commit is contained in:
Eryn Wells 2024-04-25 09:32:27 -07:00
parent a2d0c638d0
commit 797606785e
3 changed files with 23 additions and 0 deletions

8
board/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "board"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]