mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
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:
parent
39ca41c243
commit
fdaaca8c8b
14 changed files with 151 additions and 145 deletions
|
@ -8,7 +8,7 @@ license.workspace = true
|
|||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
roc_error_macros = { path = "../../error_macros" }
|
||||
roc_error_macros.workspace = true
|
||||
|
||||
strum.workspace = true
|
||||
strum_macros.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue