[package] name = "rosd_cli" version = "0.1.0" authors = ["patricio tula "] license = "MIT OR Apache-2.0" edition = "2018" description = "rosd is the most productive way to interact with roslaunch files in Rust because of its safe and composable abstractions over systemd." readme = "README.md" documentation = "https://docs.rs/rosd/" repository = "https://github.com/tul1/rosd" keywords = ["ros", "roslaunch"] [[bin]] name = "rosd" path = "src/main.rs" doc = false [dependencies] clap = "2.33.3" [dependencies.rosd] version = "~0.1.0" path = "../rosd" default-features = false