0.8.0-beta cargo doc crate_name bug fix

This commit is contained in:
2021-08-23 12:48:35 +08:00
parent 2624d5d6fe
commit 1ae50ebca8
3 changed files with 56 additions and 19 deletions

View File

@ -3,7 +3,7 @@ authors = ["Tim_Paik <timpaikc@outlook.com>"]
description = "simple http server written in rust"
edition = "2018"
name = "web"
version = "0.7.2-beta"
version = "0.8.0-beta"
[dependencies]
actix-files = "0.5"
@ -21,6 +21,7 @@ regex = "1.5"
serde = "1"
sha2 = "0.9"
tera = "1"
toml = "0.5"
[profile.release]
lto = true