[package] name = "mdrend-dont-use-test" version = "0.1.0" authors = ["Justin Parado "] edition = "2018" license = "MIT" keywords = ["Parse", "markdown"] repository = "https://github.com/japarado/mdrend" 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.0" pulldown-cmark = "0.6.1" maud = "0.21.0"