replace cargo deps with workspace in test_solve_helpers, test_syntax, types, uitest, unify, work, worker

This commit is contained in:
Luke Boswell 2024-11-29 11:31:48 +11:00
parent fdaaca8c8b
commit 624021bf49
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
7 changed files with 56 additions and 72 deletions

View file

@ -8,27 +8,11 @@ license.workspace = true
version.workspace = true
[dependencies]
[dependencies.roc_collections]
path = "../collections"
[dependencies.roc_error_macros]
path = "../../error_macros"
[dependencies.roc_module]
path = "../module"
[dependencies.roc_types]
path = "../types"
[dependencies.roc_debug_flags]
path = "../debug_flags"
[dependencies.roc_tracing]
path = "../../tracing"
[dependencies.roc_checkmate]
path = "../checkmate"
[dependencies.roc_solve_schema]
path = "../solve_schema"
roc_collections.workspace = true
roc_error_macros.workspace = true
roc_module.workspace = true
roc_types.workspace = true
roc_debug_flags.workspace = true
roc_tracing.workspace = true
roc_checkmate.workspace = true
roc_solve_schema.workspace = true