first implementation of /users/create
This commit is contained in:
parent
8e9cd3f63d
commit
fed0d3616e
3 changed files with 150 additions and 3 deletions
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = "0.6.20"
|
||||
serde = "1.0.188"
|
||||
redis = { version = "0.23.3", features = ["tokio-comp"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue