This commit is contained in:
2024-09-17 09:19:27 -04:00
parent b156a33a54
commit 5ad54ca844
10 changed files with 315 additions and 86 deletions

6
engine/data/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "data"
version = "0.1.0"
edition = "2021"
[dependencies]

1
engine/data/src/lib.rs Normal file
View File

@@ -0,0 +1 @@

View File