mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
restore Cargo.toml using workspace deps
This commit is contained in:
parent
57dc075b8b
commit
0523a0a539
6 changed files with 9 additions and 6 deletions
|
@ -23,11 +23,11 @@ roc_solve_problem = { path = "../solve_problem" }
|
|||
roc_solve_schema = { path = "../solve_schema" }
|
||||
roc_types = { path = "../types" }
|
||||
roc_unify = { path = "../unify" }
|
||||
soa = { path = "../../soa" }
|
||||
|
||||
arrayvec.workspace = true
|
||||
bumpalo.workspace = true
|
||||
|
||||
soa.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
roc_builtins = { path = "../builtins" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue