typst/Cargo.toml
2019-12-07 14:42:25 +01:00

28 lines
451 B
TOML

[package]
name = "typstc"
version = "0.1.0"
authors = ["Laurenz Mädje <laurmaedje@gmail.com>"]
edition = "2018"
build = "build.rs"
[dependencies]
tide = { path = "../tide" }
toddle = { path = "../toddle" }
byteorder = "1"
smallvec = "0.6.10"
unicode-xid = "0.1.0"
[[bin]]
name = "typst-bin"
path = "src/bin/main.rs"
[[test]]
name = "layout"
path = "tests/layout.rs"
harness = false
[[test]]
name = "parse"
path = "tests/parse.rs"
harness = false