initial commit
This commit is contained in:
commit
912d00f2d3
12 changed files with 2635 additions and 0 deletions
14
lib/sandbox/Cargo.toml
Normal file
14
lib/sandbox/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue