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:
Luke Boswell 2024-11-29 11:29:04 +11:00
parent 39ca41c243
commit fdaaca8c8b
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
14 changed files with 151 additions and 145 deletions

View file

@ -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