[package] name = "buzzec-strip-dag-node" version = "1.0.0" authors = ["Brett Etter "] edition = "2018" description = "This command line application strips nodes from a given DAG." homepage = "https://github.com/Buzzec/buzzec-strip-dag-node" repository = "https://github.com/Buzzec/buzzec-strip-dag-node" readme = "README.md" license = "MIT OR Apache-2.0" exclude = [ ".idea/*" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bimap = "0.6.1" slotmap = "1.0.3" structopt = "0.3.21" [dev-dependencies] assert_cmd = "1.0.4" predicates = "1.0.8"