From 557b529dd9f8f1d8219c350c7dbc6ea75cf7086f Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:06:54 +0200 Subject: [PATCH] add readme to package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ff94bc..3f618c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/Nilstrieb/stuff" license = "MIT" keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"] 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