roc/crates/compiler/alias_analysis/Cargo.toml

16 lines
405 B
TOML
Raw Normal View History

[package]
authors = ["The Roc Contributors"]
2022-05-16 18:04:17 +03:00
edition = "2021"
license = "UPL-1.0"
name = "roc_alias_analysis"
version = "0.0.1"
[dependencies]
morphic_lib = {path = "../../vendor/morphic_lib"}
roc_collections = {path = "../collections"}
roc_intern = {path = "../intern"}
roc_module = {path = "../module"}
roc_mono = {path = "../mono"}
2022-05-01 19:25:03 +03:00
roc_debug_flags = {path = "../debug_flags"}
2022-11-15 21:46:36 +03:00
bumpalo.workspace = true