mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
17 lines
465 B
TOML
17 lines
465 B
TOML
[package]
|
|
name = "roc_constrain"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_error_macros = { path = "../../error_macros" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_parse = { path = "../parse" }
|
|
roc_types = { path = "../types" }
|
|
roc_can = { path = "../can" }
|
|
roc_builtins = { path = "../builtins" }
|
|
arrayvec = "0.7.2"
|