mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
17 lines
439 B
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
|