initial commit

This commit is contained in:
Matthieu Bessat 2024-12-27 23:00:38 +01:00
commit 912d00f2d3
12 changed files with 2635 additions and 0 deletions

14
lib/sandbox/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "sandbox"
edition = "2021"
[[bin]]
name = "sandbox"
path = "src/main.rs"
[dependencies]
chrono = "0.4.39"
fully_pub = "0.1.4"
serde = "1.0.216"
sqlx = { version = "0.8.2", features = ["chrono", "uuid", "sqlite"] }
generator_attr = { path = "../generator_attr" }