archive
/
md-pdf-rs
Archived
1
Fork 0
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

25 lines
381 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>"]
2017-09-06 21:40:48 +01:00
build = "build.rs"
2017-07-01 21:10:25 +01:00
[dependencies]
2017-07-12 13:45:21 +01:00
clap = "2.25.0"
2017-08-16 12:04:09 +01:00
pandoc = "0.6.2"
2017-08-31 20:46:36 +01:00
sciter-rs = "0.4.21"
2017-07-17 09:52:22 +01:00
serde = "1.0.10"
serde_derive = "1.0.10"
2017-08-14 21:27:58 +01:00
serde_yaml = "0.7.1"
2017-08-27 21:16:40 +01:00
wkhtmltopdf = "0.3.0"
2017-08-27 21:32:58 +01:00
2017-09-06 21:40:48 +01:00
[build-dependencies]
include_dir = "0.1.3"
2017-08-27 21:32:58 +01:00
[profile.dev]
rpath = true
[profile.release]
rpath = true
lto = true