summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-01 12:06:09 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-01 12:07:42 +0200
commitafe8828dfe47e118149ac64ee56577a06c5b4243 (patch)
treefdf31b98f7df9a224c905bf78484511aa9ba373d
parent31ff30c1fc2b09a0aa8ad70671a0107e9e87319e (diff)
downloadewww-afe8828dfe47e118149ac64ee56577a06c5b4243.tar.gz
chore: update Cargo.toml with more metadata, licence
Sponsored-by: author
-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"