mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
25 lines
429 B
TOML
25 lines
429 B
TOML
[package]
|
|
name = "typst-docs"
|
|
version = "0.2.0"
|
|
authors = ["The Typst Project Developers"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
typst = { path = ".." }
|
|
typst-library = { path = "../library" }
|
|
unscanny = "0.1"
|
|
include_dir = "0.7"
|
|
pulldown-cmark = "0.9"
|
|
comemo = "0.2.2"
|
|
serde = "1"
|
|
serde_yaml = "0.8"
|
|
heck = "0.4"
|
|
yaml-front-matter = "0.1"
|
|
unicode_names2 = "0.6.0"
|
|
once_cell = "1"
|