remove keywords

This commit is contained in:
nora 2022-04-04 20:05:36 +02:00
parent 7ee98886df
commit d736de25d5

View file

@ -7,7 +7,7 @@ readme = "./README.md"
homepage = "https://github.com/Nilstrieb/stuff" homepage = "https://github.com/Nilstrieb/stuff"
repository = "https://github.com/Nilstrieb/stuff" repository = "https://github.com/Nilstrieb/stuff"
license = "MIT" license = "MIT"
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "bitstuffing", "tagging", "ptr"] keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"]
categories = ["data-structures", "memory-management", "no-std"] categories = ["data-structures", "memory-management", "no-std"]
include = ["Cargo.toml", "LICENSE", "src"] include = ["Cargo.toml", "LICENSE", "src"]