From 94807cedabe5ddf474f04b9efa564501187feeec Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Mon, 11 Dec 2017 10:59:13 -0500 Subject: [PATCH] [Cargo] Add documentation URL to config --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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."