mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
more workspace dependencies
This commit is contained in:
parent
2c23a106f2
commit
662bf1de99
32 changed files with 226 additions and 147 deletions
|
@ -20,8 +20,9 @@ roc_problem = { path = "../problem" }
|
|||
roc_solve_problem = { path = "../solve_problem" }
|
||||
roc_unify = { path = "../unify" }
|
||||
roc_debug_flags = { path = "../debug_flags" }
|
||||
arrayvec = "0.7.2"
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
|
||||
arrayvec.workspace = true
|
||||
bumpalo.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
roc_load = { path = "../load" }
|
||||
|
@ -32,10 +33,11 @@ roc_solve = { path = "../solve" }
|
|||
roc_target = { path = "../roc_target" }
|
||||
roc_reporting = { path = "../../reporting" }
|
||||
roc_derive = { path = "../derive", features = ["debug-derived-symbols"] }
|
||||
pretty_assertions = "1.3.0"
|
||||
indoc = "1.0.7"
|
||||
tempfile = "3.2.0"
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
regex = "1.5.5"
|
||||
lazy_static = "1.4.0"
|
||||
insta = "1.20.0"
|
||||
|
||||
pretty_assertions.workspace = true
|
||||
indoc.workspace = true
|
||||
tempfile.workspace = true
|
||||
bumpalo.workspace = true
|
||||
regex.workspace = true
|
||||
lazy_static.workspace = true
|
||||
insta.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue