summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9116890..32e1527 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,11 @@ name = "ewww"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
+description = "Web server for static files"
+homepage = "https://ewww.liw.fi/"
+repository = "https://gitlab.com/larswirzenius/ewww"
+license = "AGPL-3.0-or-later"
+keywords = ["httpd"]
[dependencies]
anyhow = "1"