mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
15 lines
407 B
TOML
15 lines
407 B
TOML
[package]
|
|
name = "roc_solve_problem"
|
|
version = "0.0.1"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_types = { path = "../types" }
|
|
roc_can = { path = "../can" }
|
|
roc_problem = { path = "../problem" }
|
|
roc_exhaustive = { path = "../exhaustive" }
|