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) --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bbbc98d1..753ca0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,10 +18,14 @@ readme = "README.md" [workspace.dependencies] typst = { path = "crates/typst", version = "0.12.0" } typst-cli = { path = "crates/typst-cli", version = "0.12.0" } +typst-eval = { path = "crates/typst-eval", version = "0.12.0" } typst-ide = { path = "crates/typst-ide", version = "0.12.0" } typst-kit = { path = "crates/typst-kit", version = "0.12.0" } +typst-layout = { path = "crates/typst-layout", version = "0.12.0" } +typst-library = { path = "crates/typst-library", version = "0.12.0" } typst-macros = { path = "crates/typst-macros", version = "0.12.0" } typst-pdf = { path = "crates/typst-pdf", version = "0.12.0" } +typst-realize = { path = "crates/typst-realize", version = "0.12.0" } typst-render = { path = "crates/typst-render", version = "0.12.0" } typst-svg = { path = "crates/typst-svg", version = "0.12.0" } typst-syntax = { path = "crates/typst-syntax", version = "0.12.0" } @@ -145,5 +149,8 @@ strip = true [workspace.lints.clippy] blocks_in_conditions = "allow" +comparison_chain = "allow" +manual_range_contains = "allow" mutable_key_type = "allow" uninlined_format_args = "warn" +wildcard_in_or_patterns = "allow" -- cgit v1.2.3