[package] name = "bash_plugin_rs" version = "0.2.0" authors = ["Harald Hoyer "] edition = "2018" license = "GPL-3.0-or-later" description = "crate to write bash plugins" repository = "https://github.com/haraldh/bash_plugin_rs" [build-dependencies] bindgen = "0.59.1" [dev-dependencies] hello_bash_plugin = { path = "hello" } state_bash_plugin = { path = "state" } [workspace] members = [ "hello", "state" ]