roc/compiler/module/Cargo.toml
2021-11-03 10:50:25 +01:00

20 lines
479 B
TOML

[package]
name = "roc_module"
version = "0.1.0"
authors = ["The Roc Contributors"]
edition = "2018"
license = "UPL-1.0"
[dependencies]
roc_region = { path = "../region" }
roc_ident = { path = "../ident" }
roc_collections = { path = "../collections" }
bumpalo = { version = "3.6.1", features = ["collections"] }
lazy_static = "1.4"
static_assertions = "1.1.0"
snafu = { version = "0.6", features = ["backtraces"] }
[dev-dependencies]
pretty_assertions = "0.5.1"
indoc = "0.3.3"