[package] name = "scc_lir" version = "0.1.0" authors = [] description = "" dependencies = [ { name = "scc_cfg", path = "../cfg" }, { name = "scc_hir", path = "../hir" }, { name = "scc_utils", path = "../../../runtime/scc_utils" }, { name = "tree_dump", path = "../../tree_dump" }, ] # features = {} # default_features = []