Package metadata
This commit is contained in:
parent
4bc034518f
commit
fe557e1bcb
|
|
@ -3,9 +3,13 @@
|
||||||
name = "r2r"
|
name = "r2r"
|
||||||
version = "0.5.1"
|
version = "0.5.1"
|
||||||
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
||||||
description = "Minimal ros2 bindings."
|
description = "Easy to use, runtime-agnostic, async rust bindings for ROS2."
|
||||||
license = "Apache-2.0/MIT"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
readme = "README.md"
|
||||||
|
homepage = "https://github.com/sequenceplanner/r2r"
|
||||||
|
repository = "https://github.com/sequenceplanner/r2r"
|
||||||
|
documentation = "https://sequenceplanner.github.io/r2r/"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue