[package] name = "mdrend-dont-use-test-jop0693" version = "0.1.0" authors = ["JP "] edition = "2018" license = "MIT" keywords = ["Parse", "markdow"] description = "read markdown and parse to 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.4.1" maud = "0.20.0"