mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
17 lines
501 B
TOML
17 lines
501 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 = { path = "../can" }
|
|
roc_collections = { path = "../collections" }
|
|
roc_exhaustive = { path = "../exhaustive" }
|
|
roc_module = { path = "../module" }
|
|
roc_problem = { path = "../problem" }
|
|
roc_region = { path = "../region" }
|
|
roc_types = { path = "../types" }
|