17 lines
437 B
TOML
17 lines
437 B
TOML
[package]
|
|
name = "actions"
|
|
version = "0.0.1"
|
|
authors = ["Martin Dahl <martin.dahl@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rcl = { path = "../rcl", version = "0.0.3" }
|
|
msg_gen = { path = "../msg_gen", version = "0.0.3" }
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.57.0"
|
|
itertools = "0.10.0"
|
|
common = { path = "../common", version = "0.0.3" }
|