Package metadata

This commit is contained in:
Martin Dahl 2021-09-01 23:47:08 +02:00
parent 4bc034518f
commit fe557e1bcb
1 changed files with 6 additions and 2 deletions

View File

@ -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