markout/Cargo.toml
2021-07-06 00:39:06 -05:00

12 lines
278 B
TOML

[package]
name = "markout"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.41"
comrak = "0.10.1"
structopt = "0.3.21"