mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
23 lines
521 B
TOML
23 lines
521 B
TOML
[package]
|
|
name = "roc_constrain"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
roc_collections = { path = "../collections" }
|
|
roc_region = { path = "../region" }
|
|
roc_module = { path = "../module" }
|
|
roc_parse = { path = "../parse" }
|
|
roc_types = { path = "../types" }
|
|
roc_can = { path = "../can" }
|
|
roc_builtins = { path = "../builtins" }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.5.1"
|
|
maplit = "1.0.1"
|
|
indoc = "0.3.3"
|
|
quickcheck = "0.8"
|
|
quickcheck_macros = "0.8"
|