restore Cargo.toml using workspace deps

This commit is contained in:
Luke Boswell 2024-11-29 09:57:01 +11:00
parent 57dc075b8b
commit 0523a0a539
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
6 changed files with 9 additions and 6 deletions

View file

@ -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" }