summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-10-18 00:02:38 +0200
committerLaurenz <laurmaedje@gmail.com>2022-10-18 00:04:12 +0200
commitc0e972b91a7bf8d22cd24a38fc92a9c6214c8a0c (patch)
tree19362eb993f15ef1b9bceeac821852bb6edfe955 /Cargo.toml
parente21822665591dc19766275da1e185215a6b945ef (diff)
Reduce dependencies from compiler on library
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 402419de..f08f9056 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["The Typst Project Developers"]
edition = "2021"
+[workspace]
+members = ["macros"]
+
[dependencies]
# Workspace
typst-macros = { path = "./macros" }
@@ -68,11 +71,8 @@ walkdir = { version = "2", optional = true }
[dev-dependencies]
iai = { git = "https://github.com/reknih/iai" }
-walkdir = "2"
elsa = "1.7"
-
-[workspace]
-members = ["macros"]
+walkdir = "2"
[features]
cli = [
@@ -103,5 +103,4 @@ harness = false
[[bench]]
name = "oneshot"
-path = "benches/oneshot.rs"
harness = false