roc/compiler/alias_analysis/Cargo.toml

14 lines
346 B
TOML
Raw Normal View History

[package]
authors = ["The Roc Contributors"]
edition = "2018"
license = "UPL-1.0"
name = "roc_alias_analysis"
version = "0.1.0"
[dependencies]
morphic_lib = {path = "../../vendor/morphic_lib"}
roc_collections = {path = "../collections"}
roc_module = {path = "../module"}
roc_mono = {path = "../mono"}
2022-05-01 19:25:03 +03:00
roc_debug_flags = {path = "../debug_flags"}