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_collections = { path = "../collections" }
roc_error_macros = { path = "../../error_macros" }
roc_ident = { path = "../ident" }
roc_region = { path = "../region" }
roc_collections.workspace = true
roc_error_macros.workspace = true
roc_ident.workspace = true
roc_region.workspace = true
bumpalo.workspace = true
static_assertions.workspace = true