From ff1a033197d61b17da98c08b1ed138e02889c190 Mon Sep 17 00:00:00 2001 From: orhun Date: Mon, 26 Jul 2021 21:45:22 +0300 Subject: [PATCH] chore(project): update crate details --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6b07cdc..19839ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ license = "MIT" readme = "README.md" homepage = "https://github.com/orhun/rustypaste" repository = "https://github.com/orhun/rustypaste" +keywords = ["paste", "pastebin", "upload"] +categories = ["web-programming::http-server"] +include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] actix-web = "3.3.2"