feat: stuff
This commit is contained in:
parent
2e2b01990e
commit
6d58fd47a1
11 changed files with 244 additions and 366 deletions
|
|
@ -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" ] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue