mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
19 lines
404 B
TOML
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"
|