typst/Cargo.toml

29 lines
434 B
TOML
Raw Normal View History

2019-02-12 23:31:35 +03:00
[package]
name = "typeset"
version = "0.1.0"
authors = ["Laurenz Mädje <laurmaedje@gmail.com>"]
edition = "2018"
[dependencies]
pdf = { path = "../pdf" }
opentype = { path = "../opentype" }
2019-03-03 17:00:27 +03:00
byteorder = "1"
2019-06-21 23:12:36 +03:00
smallvec = "0.6.10"
unicode-xid = "0.1.0"
2019-07-28 22:03:33 +03:00
toml = "0.5"
[dev-dependencies]
bencher = "0.1"
2019-04-29 18:25:23 +03:00
[[bin]]
name = "typst"
path = "src/bin/main.rs"
2019-07-28 22:03:33 +03:00
[[bench]]
name = "font"
harness = false
[[bench]]
name = "complete"
harness = false