18 lines
403 B
TOML
18 lines
403 B
TOML
[package]
|
|
name = "typst-html"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
comemo = "0.2.2"
|
|
elsa = "1.8.1"
|
|
html = "0.5.2"
|
|
notify = "5.1.0"
|
|
same-file = "1.0.6"
|
|
siphasher = "0.3.10"
|
|
typst = { git = "https://github.com/typst/typst.git" }
|
|
typst-library = { git = "https://github.com/typst/typst.git" }
|
|
|