roc/crates/compiler/solve_problem/Cargo.toml

17 lines
439 B
TOML

[package]
name = "roc_solve_problem"
description = "Provides types to describe problems that can occur during solving."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
roc_can.workspace = true
roc_collections.workspace = true
roc_exhaustive.workspace = true
roc_module.workspace = true
roc_problem.workspace = true
roc_region.workspace = true
roc_types.workspace = true