aboutsummaryrefslogtreecommitdiff
path: root/typst/Cargo.toml
blob: dc7eb976a857ad69ad303f63c693e0857247141e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "typdown-typst"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib"]

[dependencies]
typst = "0.14.2"
typst-kit = "0.14.2"
typst-svg = "0.14.2"

[profile.release]
opt-level = 2
codegen-units = 1
lto = true
strip = true

[features]
default = ["embed-fonts"]

embed-fonts = ["typst-kit/embed-fonts"]