[package] name = "mdrend-dont-use-test-senju" version = "0.1.0" authors = ["jaymancamp1919@yahoo.com"] edition = "2021" license = "MIT" keywords = ["Parse", "Markdown"] 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.4.1" maud = "0.20.0"