final touches

This commit is contained in:
2023-02-16 11:26:41 +01:00
parent a95445c53c
commit 6e54b29288
11 changed files with 114 additions and 32 deletions

View File

@ -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"