sqlxgentools/lib/sandbox/Cargo.toml

16 lines
333 B
TOML
Raw Normal View History

2024-12-27 23:00:38 +01:00
[package]
name = "sandbox"
edition = "2021"
publish = false
2024-12-27 23:00:38 +01:00
[[bin]]
name = "sandbox"
path = "src/main.rs"
[dependencies]
chrono = "0.4.39"
fully_pub = "0.1.4"
serde = "1.0.216"
2025-10-12 14:02:20 +02:00
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio", "chrono", "uuid", "migrate"] }
2025-03-15 10:21:53 +01:00
sqlxgentools_attrs = { path = "../sqlxgentools_attrs" }