From 3ce1dbbf306b66a42cbf70e244972935687ca1c0 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 26 May 2022 20:59:08 +0800 Subject: [PATCH] chore: update cargo metadata --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"] }