refactor: convert to workspace
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-02 13:18:18 +01:00
parent 2ae158c31a
commit 9296e571ec
54 changed files with 5494 additions and 97 deletions

View File

@ -8,7 +8,7 @@ default = ["mysql"]
mysql = ["sqlx/mysql"]
[dependencies]
anyhow = "1.0.83"
anyhow.workspace = true
sqlx = { version = "0.8.2", features = ["chrono", "migrate", "runtime-tokio"] }
chrono = { version = "0.4.38", features = ["serde"] }
async-trait = "0.1.83"