add user table
This commit is contained in:
@ -6,10 +6,6 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "0.5.0-rc.2", features = ["secrets"]}
|
||||
rocket_dyn_templates = { version = "0.1.0-rc.2", features= ["tera"] }
|
||||
chrono = { version = "0.4", features = ["serde"]}
|
||||
sha3 = "0.10"
|
||||
hex = "0.4"
|
||||
rocket = { version = "0.5.0-rc.3"}
|
||||
log = "0.4"
|
||||
env_logger = "0.10"
|
||||
|
Reference in New Issue
Block a user