feat: a bunch of things
This commit is contained in:
parent
2cd0311a20
commit
2e2b01990e
20 changed files with 16216 additions and 137 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -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" ] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue