This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf-rs/Cargo.toml

11 lines
187 B
TOML
Raw Normal View History

2017-07-01 21:10:25 +01:00
[package]
name = "md-pdf"
version = "0.1.0"
authors = ["Jake Howard <git@theorangeone.net>"]
[dependencies]
2017-07-12 13:45:21 +01:00
clap = "2.25.0"
2017-07-17 09:52:22 +01:00
serde = "1.0.10"
serde_yaml = "0.7.1"
serde_derive = "1.0.10"