From afe8828dfe47e118149ac64ee56577a06c5b4243 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 1 Nov 2021 12:06:09 +0200 Subject: chore: update Cargo.toml with more metadata, licence Sponsored-by: author --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 "] 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" -- cgit v1.2.1