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