typst/main/Cargo.toml

15 lines
280 B
TOML

[package]
name = "typstc-main"
version = "0.1.0"
authors = ["The Typst Project Developers"]
edition = "2018"
[dependencies]
typstc = { path = ".." }
fontdock = { path = "../../fontdock", features = ["fs"] }
futures-executor = "0.3"
[[bin]]
name = "typstc-main"
path = "main.rs"