create_user works
This commit is contained in:
parent
5b258ae040
commit
cdf909159d
3 changed files with 1122 additions and 94 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue