From c19902fd346a1981ebd676cfc7d0a936a00a8bdf Mon Sep 17 00:00:00 2001 From: Arjo Date: Wed, 29 Apr 2020 13:30:14 +0800 Subject: [PATCH] added homepage --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f9d5b9319..70fccb856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ keywords = ["transforms", "robotics", "ROS", "tf"] readme = "readme.md" documentation = "https://arjo129.github.io/rustros_tf/rustros_tf/index.html" repository = "https://github.com/arjo129/rustros_tf" +homepage = "https://github.com/arjo129/rustros_tf" [lib] crate-type = ["lib"]