Skip to content

Commit

Permalink
only 5 keywors
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed May 17, 2024
1 parent f7d09fd commit a0d4027
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@ license = "MPL-2.0"
description = "Macro to convert a static array to a fixed-size array"
readme = "README.md"
repository = "https://github.com/acovaci/expand-array-rust-macro"
keywords = [
"macro",
"array",
"static",
"dll",
"global",
"fixed",
"size",
"expand",
"proc-macro",
"proc_macro_2",
"syn",
"quote",
]
keywords = ["macro", "array", "static", "fixed", "size"]
categories = ["development-tools::ffi", "rust-patterns"]
exclude = ["tests"]

Expand Down

0 comments on commit a0d4027

Please sign in to comment.