[package] name = "test_solve_helpers" description = "Utilities for testing the solver. This should eventually made into the roc_solve crate, but currently, solve tests have multiple harnesses." authors.workspace = true edition.workspace = true license.workspace = true version.workspace = true [dependencies] roc_can.workspace = true roc_derive.workspace = true roc_load.workspace = true roc_module.workspace = true roc_packaging.workspace = true roc_problem.workspace = true roc_region.workspace = true roc_reporting.workspace = true roc_solve.workspace = true roc_late_solve.workspace = true roc_solve_problem.workspace = true roc_target.workspace = true roc_types.workspace = true bumpalo.workspace = true indoc.workspace = true lazy_static.workspace = true regex.workspace = true tempfile.workspace = true