[package] name = "mdrend-dont-use-test721" version = "0.1.0" authors = ["alphageek"] edition = "2018" license = "MIT" keywords = [ "Parse", "markdown"] description = "Read a markdown file and return a parsed html file." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" pulldown-cmark = "0.8.0" maud = "0.22.1"