diff --git a/Cargo.toml b/Cargo.toml index 19bfdb8..27dcbc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" authors = [ "fboulnois " ] description = "Embed files from a directory as a hashmap in the rust binary" -keywords = [ "macro", "include", "embed", "actix", "web", "static" ] +keywords = [ "include", "embed", "actix", "web", "static" ] categories = [ "web-programming", "filesystem" ] readme = "README.md" repository = "https://github.com/fboulnois/include_dir_as_map"