This commit is contained in:
Matthieu Bessat 2025-01-27 09:08:04 +01:00
parent c15e69a6c4
commit 09791951d9
13 changed files with 250 additions and 128 deletions

View file

@ -11,4 +11,4 @@ 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" }
sqlx_tools_attributes = { path = "../sqlx_tools_attributes" }