typst/main/Cargo.toml
2020-09-30 21:23:48 +02:00

11 lines
214 B
TOML

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