typst/Cargo.toml
2019-06-21 22:12:36 +02:00

17 lines
299 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"
[[bin]]
name = "typst"
path = "src/bin/main.rs"