[package] name = "md-tangle" version = "0.1.4" authors = ["Xie Yuheng "] edition = "2018" readme = "README.md" repository = "https://github.com/parsing-tech/md-rs" license = "GPL-3.0" description = """ A command line tool to tangle code blocks in markdown file to source code file. """ [dependencies] md-tangle-engine = { version = "0.1", path = "../md-tangle-engine" } clap = "2"