roc/crates/compiler/module/Cargo.toml

20 lines
512 B
TOML

[package]
name = "roc_module"
version = "0.1.0"
authors = ["The Roc Contributors"]
edition = "2021"
license = "UPL-1.0"
[dependencies]
roc_region = { path = "../region" }
roc_ident = { path = "../ident" }
roc_collections = { path = "../collections" }
roc_error_macros = {path = "../../error_macros"}
bumpalo = { version = "3.8.0", features = ["collections"] }
lazy_static = "1.4.0"
static_assertions = "1.1.0"
snafu = { version = "0.7.1", features = ["backtraces"] }
[features]
default = []
debug-symbols = []