index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-01-15 11:06:46.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-01-15 11:06:46.0 +00:00:00
commit
86f8d8a7261246f597b42f7d12c87a9f9cace7df [patch]
tree
a15d003ff080ad384858261e77dbefe621478b10
parent
9c58c9cb3d0e695a7f229f5c39b446a3b1bcfab9
download
86f8d8a7261246f597b42f7d12c87a9f9cace7df.tar.gz

feat: add more sections to manifest file



Diff

 Cargo.toml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index ed7c2f0..c468de0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,23 @@
name = "static-web-server"
version = "1.3.0"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server powered by Rust Iron."
repository = "https://github.com/joseluisq/static-web-server"
readme = "README.md"
keywords = [
    "docker-image",
    "static-web-server",
    "file-server",
    "http-server",
    "linux",
    "darwin",
    "musl-libc",
    "x86-64"
]
categories = ["network-programming", "web-programming::http-server"]
edition = "2018"
include = ["src/**/*", "Cargo.toml", "Cargo.lock"]

[dependencies]
iron = "0.6"