[package] name = "mdrend-test-dont-use" version = "0.1.0" authors = ["Stii "] edition = "2018" license = "MIT" keywords = ["parse", "markdown"] description = "Read a marksdown file and return html" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0" pulldown-cmark = "0.7.0" maud = "0.21.0"