[package] name = "rmb" version = "0.0.2" authors = ["Nuqlear "] categories = ["command-line-utilities"] description = "rmb is a command line tool to save and execute repeatable commands." readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/Nuqlear/rmb" [dependencies] serde = "1.0" serde_derive = "1.0" serde_json = "1.0" subprocess = "0.1.13" [dependencies.clap] version = "2.29.4" default-features = false features = ["suggestions", "color"]