[package] name = "waltz_cli" version = "0.1.4" authors = ["Pascal Hertleif "] description = "Extract code blocks from Markdown and save them as files." readme = "../Readme.md" license = "MIT OR Apache-2.0" include = ["src/**/*", "Cargo.toml"] repository = "https://github.com/killercup/waltz" documentation = "https://github.com/killercup/waltz" keywords = ["markdown", "documentation", "testing"] categories = ["development-tools::testing"] [[bin]] name = "waltz" path = "src/main.rs" [dependencies] structopt = "0.2" waltz = { version = "0.4.0", path = "../waltz" } pulldown-cmark = "0.1" quicli = "0.3" [dev-dependencies] tempdir = "0.3" unindent = "0.1" assert_cli = "0.4" difference = "1.0" [badges] travis-ci = { repository = "killercup/waltz" }