diff --git a/Cargo.toml b/Cargo.toml index 77ca0cb..9dbd7a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Nikolai Vazquez"] license = "MIT/Apache-2.0" homepage = "https://github.com/nvzqz/static-assertions-rs" repository = "https://github.com/nvzqz/static-assertions-rs" +documentation = "https://docs.rs/static_assertions/" categories = ["no-std", "rust-patterns"] keywords = ["assert", "static", "testing"] description = "Compile-time assertions to ensure that invariants are met."