mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
replace cargo deps with workspace in linker, packaging, repl_*
This commit is contained in:
parent
30d8f7ee59
commit
6c6f6e08a9
7 changed files with 85 additions and 72 deletions
|
@ -13,15 +13,15 @@ name = "roc_linker"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
roc_collections = { path = "../compiler/collections" }
|
||||
roc_error_macros = { path = "../error_macros" }
|
||||
roc_module = { path = "../compiler/module" }
|
||||
roc_load = { path = "../compiler/load" }
|
||||
roc_mono = { path = "../compiler/mono" }
|
||||
roc_packaging = { path = "../packaging" }
|
||||
roc_reporting = { path = "../reporting" }
|
||||
roc_solve = { path = "../compiler/solve" }
|
||||
roc_target = { path = "../compiler/roc_target" }
|
||||
roc_collections.workspace = true
|
||||
roc_error_macros.workspace = true
|
||||
roc_module.workspace = true
|
||||
roc_load.workspace = true
|
||||
roc_mono.workspace = true
|
||||
roc_packaging.workspace = true
|
||||
roc_reporting.workspace = true
|
||||
roc_solve.workspace = true
|
||||
roc_target.workspace = true
|
||||
|
||||
bincode.workspace = true
|
||||
bumpalo.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue