mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
16 lines
420 B
TOML
16 lines
420 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.8.0", features = ["collections"] }
|
|
lazy_static = "1.4.0"
|
|
static_assertions = "1.1.0"
|
|
snafu = { version = "0.6.10", features = ["backtraces"] }
|