summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
blob: c84a24abb8d8aabd966d1d6ed9324221afcdaf16 (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
26
[package]
name = "typst-docs"
version.workspace = true
rust-version.workspace = true
authors.workspace = true
edition.workspace = true
publish = false

[lib]
doctest = false
bench = false

[dependencies]
typst = { path = ".." }
typst-library = { path = "../library" }
comemo = "0.3"
heck = "0.4"
include_dir = "0.7"
once_cell = "1"
pulldown-cmark = "0.9"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
typed-arena = "2"
unicode_names2 = "0.6.0"
unscanny = "0.1"
yaml-front-matter = "0.1"