Merge branch 'main' into wip/messaging

This commit is contained in:
Radical 2025-05-07 23:23:36 +02:00
commit 71f0cc14be
14 changed files with 164 additions and 25 deletions

View file

@ -9,6 +9,7 @@ lto = true
codegen-units = 1
[dependencies]
actix-cors = "0.7.1"
actix-web = "4.10"
argon2 = { version = "0.5.3", features = ["std"] }
clap = { version = "4.5.37", features = ["derive"] }
@ -21,6 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple_logger = "5.0.0"
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
redis = { version = "0.30", features= ["tokio-comp"] }
tokio-tungstenite = { version = "0.26", features = ["native-tls", "url"] }
toml = "0.8"
url = { version = "2.5", features = ["serde"] }