21 lines
358 B
TOML
21 lines
358 B
TOML
[package]
|
|
name = "graphemy-typst"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
graphemy = { git = "https://codeberg.org/zhuriel/graphemy", branch = 'master' }
|
|
serde = "1.0"
|
|
serde_json = "1.0.140"
|
|
wasm-minimal-protocol = "0.1.0"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|
|
opt-level = 'z'
|
|
codegen-units = 1
|
|
panic = 'abort'
|