add readme to package

This commit is contained in:
nora 2022-04-04 20:06:54 +02:00
parent cae361333f
commit 557b529dd9

View file

@ -9,7 +9,7 @@ repository = "https://github.com/Nilstrieb/stuff"
license = "MIT" license = "MIT"
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"] 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", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html