0.2.0-beta dark mode, organize css, no index support, some icon and 500 error handle

This commit is contained in:
2021-08-16 01:23:54 +08:00
parent 61ae8af122
commit 77103c6670
4 changed files with 303 additions and 78 deletions

View File

@ -3,12 +3,13 @@ authors = ["Tim_Paik <timpaikc@outlook.com>"]
description = "simple http server written in rust"
edition = "2018"
name = "web"
version = "0.1.9-beta"
version = "0.2.0-beta"
[dependencies]
chrono = "0.4"
clap = {version = "3.0.0-beta.2", features = ["wrap_help", "color"]}
colored = "2"
lazy_static = "1.4.0"
mime_guess = "2.0.3"
rocket = {version = "0.5.0-rc.1", features = ["tls"]}
rocket_dyn_templates = {version = "0.1.0-rc.1", features = ["tera"]}