feat: stuff

This commit is contained in:
DJMrTV 2025-02-27 21:49:37 +01:00
commit 6d58fd47a1
11 changed files with 244 additions and 366 deletions

View file

@ -13,12 +13,12 @@ dotenvy = "0.15.7"
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" ] }
bcrypt = "0.17.0"
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "postgres", "chrono" ] }