From be7cfc85d08c545abfac08098b7b33b4bd71f37e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 27 Oct 2024 19:04:55 +0100 Subject: Split out four new crates (#5302) --- crates/typst-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/typst-cli/Cargo.toml') diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 1c622d1e..855d7bee 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -19,7 +19,7 @@ doc = false [dependencies] typst = { workspace = true } -typst-assets = { workspace = true, features = ["fonts"] } +typst-eval = { workspace = true } typst-kit = { workspace = true } typst-macros = { workspace = true } typst-pdf = { workspace = true } @@ -28,8 +28,8 @@ typst-svg = { workspace = true } typst-timing = { workspace = true } chrono = { workspace = true } clap = { workspace = true } -color-print = { workspace = true } codespan-reporting = { workspace = true } +color-print = { workspace = true } comemo = { workspace = true } dirs = { workspace = true } ecow = { workspace = true } -- cgit v1.2.3