mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 06:02:54 +00:00
replace cargo deps with workspace in cli_test_utils
This commit is contained in:
parent
8ad7ecdc10
commit
73305b97cb
2 changed files with 8 additions and 6 deletions
|
|
@ -158,7 +158,9 @@ rlimit = "0.9.1"
|
||||||
roc_build = { path = "crates/compiler/build" }
|
roc_build = { path = "crates/compiler/build" }
|
||||||
roc_builtins = { path = "crates/compiler/builtins" }
|
roc_builtins = { path = "crates/compiler/builtins" }
|
||||||
roc_can = { path = "crates/compiler/can" }
|
roc_can = { path = "crates/compiler/can" }
|
||||||
|
roc_cli = { path = "crates/cli" }
|
||||||
roc_collections = { path = "crates/compiler/collections" }
|
roc_collections = { path = "crates/compiler/collections" }
|
||||||
|
roc_command_utils = { path = "crates/utils/command" }
|
||||||
roc_docs = { path = "crates/docs" }
|
roc_docs = { path = "crates/docs" }
|
||||||
roc_error_macros = { path = "crates/error_macros" }
|
roc_error_macros = { path = "crates/error_macros" }
|
||||||
roc_fmt = { path = "crates/compiler/fmt" }
|
roc_fmt = { path = "crates/compiler/fmt" }
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,12 @@ repository.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
roc_collections = { path = "../compiler/collections" }
|
roc_collections.workspace = true
|
||||||
roc_load = { path = "../compiler/load" }
|
roc_load.workspace = true
|
||||||
roc_module = { path = "../compiler/module" }
|
roc_module.workspace = true
|
||||||
roc_reporting = { path = "../reporting" }
|
roc_reporting.workspace = true
|
||||||
roc_command_utils = { path = "../utils/command" }
|
roc_command_utils.workspace = true
|
||||||
roc_cli = { path = "../cli" }
|
roc_cli.workspace = true
|
||||||
|
|
||||||
bumpalo.workspace = true
|
bumpalo.workspace = true
|
||||||
criterion.workspace = true
|
criterion.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue