diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-10-18 00:02:38 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-10-18 00:04:12 +0200 |
| commit | c0e972b91a7bf8d22cd24a38fc92a9c6214c8a0c (patch) | |
| tree | 19362eb993f15ef1b9bceeac821852bb6edfe955 /Cargo.toml | |
| parent | e21822665591dc19766275da1e185215a6b945ef (diff) | |
Reduce dependencies from compiler on library
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |
