brochurise/Cargo.toml

16 lines
358 B
TOML

[package]
name = "brochurise"
version = "0.1.0"
authors = ["southerntofu <southerntofu@thunix.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
pandoc = "0.8"
structopt = "0.3"
anyhow = "1.0"
regex = "1.3"