r2r/r2r_common/Cargo.toml

16 lines
410 B
TOML

[package]
name = "r2r_common"
version = "0.3.2"
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Minimal ros2 bindings."
license = "MIT"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/sequenceplanner/r2r"
repository = "https://github.com/sequenceplanner/r2r"
documentation = "https://sequenceplanner.github.io/r2r/"
[dependencies]
bindgen = "0.59.2"
itertools = "0.10.3"