[package] name = "mdrend-learning-project-not-for-public-use" version = "0.1.0" authors = ["Andrey Esaulov "] edition = "2018" license = "MIT OR Apache-2.0" keywords = [ "Parse", "markdown" ] description = "Read a markdown file. Write to an html file. Flavour with some css." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.3" pulldown-cmark = "0.7.2" maud = "0.22.0"