final touches
This commit is contained in:
@ -9,7 +9,8 @@ edition = "2021"
|
||||
sea-orm = { version = "^0", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros" ] }
|
||||
sea-orm-migration = { version = "0.11", features = [ "runtime-tokio-rustls", "sqlx-sqlite" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ]}
|
||||
rocket = "0.5.0-rc.2"
|
||||
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"
|
||||
|
Reference in New Issue
Block a user