[package] name = "markdust" version = "0.1.1" authors = ["Chip Altman "] license = "MIT" description = "This is learning project written by an amateur, beginner rustacean. Converts a MARKDOWN file to HTML that includes a link to 'style.css'." edition = "2018" repository = "https://gitlab.com/chipaltman/markdust" readme = "README.md" [badges] gitlab = { repository = "https://gitlab.com/chipaltman/markdust", branch = "master" } maintenance = { status = "experimental" } [dependencies] comrak = "0.6.2" structopt = "0.2.18"