summaryrefslogtreecommitdiff
path: root/crates/typst-docs/Cargo.toml
blob: 7b444b9b31fd781beff69d53808bbf5281eb84d4 (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
27
28
29
30
[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 = { workspace = true }
comemo = { workspace = true }
ecow = { workspace = true }
heck = { workspace = true }
include_dir = { workspace = true }
once_cell = { workspace = true }
pulldown-cmark = { workspace = true }
serde = { workspace = true }
serde_yaml = { workspace = true }
syntect = { workspace = true, features = ["html"] }
typed-arena = { workspace = true }
unicode_names2 = { workspace = true }
unscanny = { workspace = true }
yaml-front-matter = { workspace = true }

[lints]
workspace = true