mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-02 02:49:16 +00:00
fix bugs
This commit is contained in:
@@ -5,6 +5,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
dreport-core = { path = "../core" }
|
||||
dreport-layout = { path = "../layout-engine" }
|
||||
axum = "0.8"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
@@ -12,7 +13,3 @@ serde_json = "1"
|
||||
tower-http = { version = "0.6", features = ["cors"] }
|
||||
thiserror = "2"
|
||||
anyhow = "1"
|
||||
typst = "0.14"
|
||||
typst-pdf = "0.14"
|
||||
typst-kit = { version = "0.14", features = ["fonts"] }
|
||||
chrono = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user