mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
more workspace dependencies
This commit is contained in:
parent
2c23a106f2
commit
662bf1de99
32 changed files with 226 additions and 147 deletions
|
@ -7,8 +7,6 @@ license = "UPL-1.0"
|
|||
description = "Provides the WASM backend to generate Roc binaries."
|
||||
|
||||
[dependencies]
|
||||
bitvec = "1"
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
roc_builtins = { path = "../builtins" }
|
||||
roc_collections = { path = "../collections" }
|
||||
roc_intern = { path = "../intern" }
|
||||
|
@ -17,3 +15,6 @@ roc_mono = { path = "../mono" }
|
|||
roc_target = { path = "../roc_target" }
|
||||
roc_std = { path = "../../roc_std" }
|
||||
roc_error_macros = { path = "../../error_macros" }
|
||||
|
||||
bitvec.workspace = true
|
||||
bumpalo.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue