[package] name = "mdrend-dont-use-lulz" version = "0.1.0" authors = ["Constantin"] edition = "2018" license = "MIT" keywords = ["Parse", "markdown"] description = "Read a markdown file and return 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.0"