mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
replace cargo deps with workspace in test_solve_helpers, test_syntax, types, uitest, unify, work, worker
This commit is contained in:
parent
fdaaca8c8b
commit
624021bf49
7 changed files with 56 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue