0.1.0-alpha.1

This commit is contained in:
2021-08-04 01:09:59 +08:00
parent 4536c5fb8b
commit a613a35ff0
3 changed files with 312 additions and 16 deletions

View File

@ -6,5 +6,8 @@ name = "web"
version = "0.1.0-alpha"
[dependencies]
clap = "3.0.0-beta.2"
rocket = "0.5.0-rc.1"
chrono = "0.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"]}