typst/Cargo.toml
2019-07-28 21:03:33 +02:00

29 lines
434 B
TOML

[package]
name = "typeset"
version = "0.1.0"
authors = ["Laurenz Mädje <laurmaedje@gmail.com>"]
edition = "2018"
[dependencies]
pdf = { path = "../pdf" }
opentype = { path = "../opentype" }
byteorder = "1"
smallvec = "0.6.10"
unicode-xid = "0.1.0"
toml = "0.5"
[dev-dependencies]
bencher = "0.1"
[[bin]]
name = "typst"
path = "src/bin/main.rs"
[[bench]]
name = "font"
harness = false
[[bench]]
name = "complete"
harness = false