diff --git a/Cargo.toml b/Cargo.toml index 1623d38..56e0bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "Stuffing things into pointers." readme = "./README.md" homepage = "https://github.com/Nilstrieb/stuff" repository = "https://github.com/Nilstrieb/stuff" +documentation = "https://docs.rs/stuff" license = "MIT" keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"] categories = ["data-structures", "memory-management", "no-std"]