diff --git a/Cargo.lock b/Cargo.lock index 02cfe07..e265d53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1884,6 +1884,28 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +[[package]] +name = "srv" +version = "1.0.0-rc" +dependencies = [ + "actix-files", + "actix-http", + "actix-web", + "actix-web-httpauth", + "chrono", + "clap", + "env_logger", + "lazy_static", + "log", + "mime_guess", + "regex", + "rustls", + "serde", + "sha2", + "tera", + "toml", +] + [[package]] name = "standback" version = "0.2.17" @@ -2486,28 +2508,6 @@ version = "0.2.76" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29" -[[package]] -name = "web" -version = "1.0.0-rc" -dependencies = [ - "actix-files", - "actix-http", - "actix-web", - "actix-web-httpauth", - "chrono", - "clap", - "env_logger", - "lazy_static", - "log", - "mime_guess", - "regex", - "rustls", - "serde", - "sha2", - "tera", - "toml", -] - [[package]] name = "web-sys" version = "0.3.53" diff --git a/Cargo.toml b/Cargo.toml index a3f7869..0c5c0b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Tim_Paik "] description = "simple http server written in rust" edition = "2018" -name = "web" +name = "srv" version = "1.0.0-rc" [dependencies] diff --git a/README.md b/README.md index ac04842..3408ea6 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# Web Dev Server \ No newline at end of file +# Srv Dev Server \ No newline at end of file