0.1.0-alpha.2

This commit is contained in:
2021-08-04 22:04:26 +08:00
parent a613a35ff0
commit 5d0241a387
4 changed files with 700 additions and 55 deletions

View File

@ -11,3 +11,4 @@ clap = {version = "3.0.0-beta.2", features = ["wrap_help", "color"]}
colored = "2"
lazy_static = "1.4.0"
rocket = {version = "0.5.0-rc.1", features = ["tls"]}
rocket_dyn_templates = {version = "0.1.0-rc.1", features = ["tera"]}