mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
replace cargo deps with workspace in lower_parms, module, mono, parse, problem, roc_target, serialize, solve, solve_problem, specialize_types, test_*
This commit is contained in:
parent
39ca41c243
commit
fdaaca8c8b
14 changed files with 151 additions and 145 deletions
|
@ -8,8 +8,8 @@ license.workspace = true
|
|||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_parse = { path = "../parse" }
|
||||
roc_region = { path = "../region" }
|
||||
roc_types = { path = "../types" }
|
||||
roc_collections.workspace = true
|
||||
roc_module.workspace = true
|
||||
roc_parse.workspace = true
|
||||
roc_region.workspace = true
|
||||
roc_types.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue