[package] name = "radicle-cli-test" license = "MIT OR Apache-2.0" version = "0.1.1" authors = [ "Alexis Sellier ", "xla " ] edition = "2021" rust-version = "1.67" repository = "https://github.com/radicle-dev/heartwood" description = "Test your cli with markdown descriptions" categories = ["development-tools::testing"] keywords = ["cli", "test", "command"] readme = "README.md" [dependencies] escargot = { version = "0.5.7" } log = { version = "0.4", features = ["std"] } pretty_assertions = { version = "1.3.0" } shlex = { version = "1.1.0" } snapbox = { version = "0.4.3" } thiserror = { version = "1" }