Add roc_tracing to test_mono

This commit is contained in:
Ayaz Hafiz 2022-08-23 13:11:30 -05:00
parent 848facb386
commit 2b9013c5f5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 2 additions and 0 deletions

View file

@ -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"