From e0bacd90812b8c54608620408c6df6f385ddfdeb Mon Sep 17 00:00:00 2001 From: alteous Date: Wed, 6 Sep 2017 10:54:15 +0100 Subject: [PATCH] Set documentation, repository, and homepage fields Former-commit-id: 24b6ba657455a761ccfeee98bf26d3da663dfc72 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 01660de637..db7ec80bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "mikktspace" version = "0.1.0" authors = ["Benjamin Wasty "] description = "Mikkelsen tangent space algorithm" +documentation = "https://docs.rs/mikktspace" +repository = "https://github.com/bwasty/mikktspace-rs" +homepage = "https://github.com/bwasty/mikktspace-rs" build = "build.rs" [build-dependencies]