summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-01 10:08:48 +0000
committerLars Wirzenius <liw@liw.fi>2021-11-01 10:08:48 +0000
commit399e595293e9366534b7f6ce6467893a87a07f93 (patch)
treefdf31b98f7df9a224c905bf78484511aa9ba373d /Cargo.toml
parent1205d5067e615f9d32a3403a80504ae4d54c22bf (diff)
parentafe8828dfe47e118149ac64ee56577a06c5b4243 (diff)
downloadewww-399e595293e9366534b7f6ce6467893a87a07f93.tar.gz
Merge branch 'readme' into 'main'
chore: add README and licensing See merge request larswirzenius/ewww!26
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"