|
|
|
|
@ -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 <gnxlxnxx@web.de>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|