summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
blob: 77d0b375cbcebac0158b02585d44bba000e28e93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[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 = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
heck = "0.4"
yaml-front-matter = "0.1"
unicode_names2 = "0.6.0"
once_cell = "1"
ureq = { version = "2.6", features = ["json"] }