mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
more workspace dependencies
This commit is contained in:
parent
2c23a106f2
commit
662bf1de99
32 changed files with 226 additions and 147 deletions
|
@ -8,7 +8,6 @@ description = "Used to load a .roc file and coordinate the compiler pipeline, in
|
|||
|
||||
[dependencies]
|
||||
roc_load_internal = { path = "../load_internal" }
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
roc_target = { path = "../roc_target" }
|
||||
roc_can = { path = "../can" }
|
||||
roc_types = { path = "../types" }
|
||||
|
@ -16,13 +15,16 @@ roc_module = { path = "../module" }
|
|||
roc_collections = { path = "../collections" }
|
||||
roc_reporting = { path = "../../reporting" }
|
||||
|
||||
bumpalo.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
roc_builtins = { path = "../builtins" }
|
||||
roc_module = { path = "../module" }
|
||||
roc_reporting = { path = "../../reporting" }
|
||||
roc_target = { path = "../roc_target" }
|
||||
roc_can = { path = "../can" }
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
|
||||
bumpalo.workspace = true
|
||||
|
||||
[target.'cfg(not(windows))'.build-dependencies]
|
||||
roc_load_internal = { path = "../load_internal" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue