From ab180771f4d42fb760bbeb85e41aefb9d0fa6556 Mon Sep 17 00:00:00 2001 From: Tej Magar Date: Sat, 8 Jun 2024 12:28:40 +0545 Subject: [PATCH] chore: add package data --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 04d3c78..c19f132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ license = "MIT" readme = "README.md" documentation = "https://racoonframework.github.io" repository = "https://github.com/tejmagar/racoon/" +keywords = ["web framework"] +categories = ["web-programming", "web-programming::http-server", "web-programming::websocket"] +license_file = "LICENSE.md" [dependencies] matchit = "0.8.0"