[package] name = "roc_reporting" version = "0.0.1" authors = ["The Roc Contributors"] license = "UPL-1.0" edition = "2021" [dependencies] roc_collections = { path = "../compiler/collections" } roc_error_macros = { path = "../error_macros" } roc_exhaustive = { path = "../compiler/exhaustive" } roc_region = { path = "../compiler/region" } roc_module = { path = "../compiler/module" } roc_parse = { path = "../compiler/parse" } roc_problem = { path = "../compiler/problem" } roc_types = { path = "../compiler/types" } roc_can = { path = "../compiler/can" } roc_fmt = { path = "../compiler/fmt" } roc_solve_problem = { path = "../compiler/solve_problem" } roc_std = { path = "../roc_std" } ven_pretty = { path = "../vendor/pretty" } distance = "0.4.0" bumpalo = { version = "3.11.0", features = ["collections"] } [dev-dependencies] roc_constrain = { path = "../compiler/constrain" } roc_derive = { path = "../compiler/derive" } roc_builtins = { path = "../compiler/builtins" } roc_load = { path = "../compiler/load" } roc_problem = { path = "../compiler/problem" } roc_parse = { path = "../compiler/parse" } roc_target = { path = "../compiler/roc_target" } roc_test_utils = { path = "../test_utils" } roc_solve = { path = "../compiler/solve" } pretty_assertions = "1.3.0" indoc = "1.0.7" insta = "1.20.0"