Skip to content

Commit

Permalink
docs: limit to five keywords for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Sep 12, 2023
1 parent 4335ee5 commit bd92be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0"
edition = "2021"
authors = [ "fboulnois <[email protected]>" ]
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"
Expand Down

0 comments on commit bd92be7

Please sign in to comment.