mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Add roc_tracing to test_mono
This commit is contained in:
parent
848facb386
commit
2b9013c5f5
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ roc_can = { path = "../can" }
|
|||
roc_mono = { path = "../mono" }
|
||||
roc_target = { path = "../roc_target" }
|
||||
roc_reporting = { path = "../../reporting" }
|
||||
roc_tracing = { path = "../../tracing" }
|
||||
test_mono_macros = { path = "../test_mono_macros" }
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
indoc = "1.0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue