Update 1.3.0

This commit is contained in:
2026-04-06 23:46:44 +00:00
parent 37dc7d5610
commit 9839f8609b
24 changed files with 751 additions and 192 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "1.2.0"
version = "1.3.0"
edition = "2021"
[dependencies]
@@ -21,13 +21,15 @@ futures-util = "0.3"
ecow = "0.2"
typst = { version = "0.14.2", path = "../typst/crates/typst" }
typst-kit = { path = "../typst/crates/typst-kit", features = ["downloads", "packages", "embed-fonts"] }
typst-kit = { path = "../typst/crates/typst-kit", features = ["system-downloader", "system-packages", "embedded-fonts"] }
typst-pdf = { path = "../typst/crates/typst-pdf" }
typst-render = { path = "../typst/crates/typst-render" }
typst-svg = { path = "../typst/crates/typst-svg" }
typst-layout = { path = "../typst/crates/typst-layout" }
yrs = "0.18.8"
yrs-axum = "0.8"
typst-assets = "0.14.2"
typst-assets = { version = "0.14.2", features = ["fonts"] }
tokio-stream = "0.1.18"
tempfile = "3.27.0"