summaryrefslogtreecommitdiff
path: root/crates/typst-timing/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-10-27 19:04:55 +0100
committerGitHub <noreply@github.com>2024-10-27 18:04:55 +0000
commitbe7cfc85d08c545abfac08098b7b33b4bd71f37e (patch)
treef4137fa2aaa57babae1f7603a9b2ed7e688f43d8 /crates/typst-timing/Cargo.toml
parentb8034a343831e8609aec2ec81eb7eeda57aa5d81 (diff)
Split out four new crates (#5302)
Diffstat (limited to 'crates/typst-timing/Cargo.toml')
-rw-r--r--crates/typst-timing/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-timing/Cargo.toml b/crates/typst-timing/Cargo.toml
index 525d65c5..2d42269f 100644
--- a/crates/typst-timing/Cargo.toml
+++ b/crates/typst-timing/Cargo.toml
@@ -13,7 +13,6 @@ keywords = { workspace = true }
readme = { workspace = true }
[dependencies]
-typst-syntax = { workspace = true }
parking_lot = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }