From 8c9fd8a2b4f4684decabbec605ca6152eb448616 Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Tue, 19 May 2020 22:30:34 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 94e56f1..8f98977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "dubins_path" +description = "Dubins Path pathfinding algorithm" version = "0.0.1" +homepage = "https://github.com/gnxlxnxx/dubins_path" repository = "https://github.com/gnxlxnxx/dubins_path" documentation = "https://docs.rs/dubins_path" keywords = ["pathfinder", "dubinspath"] @@ -11,4 +13,5 @@ authors = ["Roman Kretschmer "] edition = "2018" + [dependencies]