Init commit with ooo style

This commit is contained in:
2022-04-28 08:49:40 -05:00
commit d544eb478f
5 changed files with 482 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "board-builder"
version = "0.1.0"
edition = "2021"
[dependencies]
fltk = "1.3.6"
serde = "1.0.136"
serde_json = "1.0.79"
bson = "2.2.0"