From: sigoden Date: Thu, 26 May 2022 12:59:08 +0000 (+0800) Subject: chore: update cargo metadata X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=3ce1dbbf306b66a42cbf70e244972935687ca1c0;p=ozva-cloud chore: update cargo metadata --- diff --git a/Cargo.toml b/Cargo.toml index d68ae7a..410f9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,14 @@ name = "duf" version = "0.1.0" edition = "2021" +authors = ["sigoden "] +description = "Duf is a simple file server." +license = "MIT OR Apache-2.0" +homepage = "https://github.com/sigoden/duf" +repository = "https://github.com/sigoden/duf" +autotests = false +categories = ["command-line-utilities", "web-programming::http-server"] +keywords = ["static", "file", "server", "upload", "http", "cli"] [dependencies] clap = { version = "3", default-features = false, features = ["std", "cargo"] }