roc/compiler/module/Cargo.toml
2021-04-21 19:18:44 -04:00

19 lines
404 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_collections = { path = "../collections" }
bumpalo = { version = "3.6.1", features = ["collections"] }
inlinable_string = "0.1"
lazy_static = "1.4"
[dev-dependencies]
pretty_assertions = "0.5.1"
maplit = "1.0.1"
indoc = "0.3.3"