mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +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,10 +8,10 @@ license.workspace = true
|
|||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
roc_can = { path = "../can" }
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_exhaustive = { path = "../exhaustive" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_problem = { path = "../problem" }
|
||||
roc_region = { path = "../region" }
|
||||
roc_types = { path = "../types" }
|
||||
roc_can.workspace = true
|
||||
roc_collections.workspace = true
|
||||
roc_exhaustive.workspace = true
|
||||
roc_module.workspace = true
|
||||
roc_problem.workspace = true
|
||||
roc_region.workspace = true
|
||||
roc_types.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue