From e6ea7e4f7536f70bbe505faab57e3ba00b783528 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 26 May 2022 21:43:58 +0800 Subject: [PATCH] chore: update cargo metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 410f9e0..3f76308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ 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"] +keywords = ["static", "file", "server", "http", "cli"] [dependencies] clap = { version = "3", default-features = false, features = ["std", "cargo"] }