create_user works

This commit is contained in:
Martin Brodbeck 2025-01-07 14:55:56 +01:00
parent 5b258ae040
commit cdf909159d
3 changed files with 1122 additions and 94 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
axum = "0.8.1"
redis = { version = "0.23.3", features = ["tokio-comp"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }