typst/docs/Cargo.toml

24 lines
449 B
TOML
Raw Normal View History

2023-02-06 13:52:31 +03:00
[package]
name = "typst-docs"
2023-02-06 13:53:49 +03:00
version = "0.0.0"
2023-02-06 13:52:31 +03:00
authors = ["The Typst Project Developers"]
edition = "2021"
[lib]
doctest = false
bench = false
[dependencies]
typst = { path = ".." }
typst-library = { path = "../library" }
unscanny = "0.1"
include_dir = "0.7"
pulldown-cmark = "0.9"
comemo = { git = "https://github.com/typst/comemo" }
serde = "1"
serde_yaml = "0.8"
heck = "0.4"
yaml-front-matter = "0.1"
unicode_names2 = "0.6.0"
once_cell = "1"