more workspace dependencies

This commit is contained in:
Folkert 2022-11-13 15:16:52 +01:00
parent 2c23a106f2
commit 662bf1de99
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
32 changed files with 226 additions and 147 deletions

View file

@ -13,6 +13,8 @@ roc_module = { path = "../module" }
roc_error_macros = {path="../../error_macros"}
roc_debug_flags = {path="../debug_flags"}
roc_serialize = {path="../serialize"}
bumpalo = { version = "3.11.0", features = ["collections"] }
static_assertions = "1.1.0"
ven_pretty = { path = "../../vendor/pretty" }
bumpalo.workspace = true
static_assertions.workspace = true