From 86f8d8a7261246f597b42f7d12c87a9f9cace7df Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 15 Jan 2020 12:06:46 +0100 Subject: [PATCH] feat: add more sections to manifest file --- 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 "] +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" -- libgit2 1.7.2