mirror of
https://github.com/typst/typst
synced 2025-05-25 14:35:29 +08:00
11 lines
214 B
TOML
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"
|