feat: a bunch of things

This commit is contained in:
Andrea Toska 2025-02-27 10:25:31 +01:00
commit 2e2b01990e
20 changed files with 16216 additions and 137 deletions

View file

@ -10,4 +10,15 @@ log = "0.4.26"
quick-xml = { version = "0.37.2", features = ["serialize"] }
tokio = "1.43.0"
dotenvy = "0.15.7"
diesel = { version = "2.2.7", features = ["mysql"] }
once_cell = "1.20.3"
serde_json = "1.0.139"
chrono = { version = "0.4.39", features = ["serde"] }
rust-s3 = "0.35.1"
argon2 = "0.5.3"
sha2 = "0.10.8"
bytemuck = "1.21.0"
base64 = "0.22.1"
hex = "0.4.3"
thiserror = "2.0.11"
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-native-tls", "postgres" ] }