typst-html/Cargo.toml

18 lines
403 B
TOML
Raw Normal View History

2023-04-25 03:59:43 +00:00
[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]
2023-04-25 05:34:00 +00:00
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" }