[package] name = "gfm" version = "0.1.0" authors = ["Jack "] edition = "2018" description = "turn github flavored markdown to html!" repository = "https://github.com/jchoi5me/gfm" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] comrak = "0.6.2" structopt = "0.2"