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