mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
29 lines
434 B
TOML
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
|