[package] name = "ir2mcode" version = "0.1.0" authors = [] description = "" dependencies = [ { name = "scc_utils", path = "../../runtime/scc_utils" }, { name = "scc_ir", path = "../ir" }, { name = "scc_mcode", path = "../mcode" }, { name = "sccf", path = "../sccf" }, { name = "lexer", path = "../lexer" }, { name = "pproc", path = "../pproc" }, { name = "parser", path = "../parser" }, { name = "ast", path = "../ast" }, { name = "ast2ir", path = "../ast2ir" }, { name = "sccf2target", path = "../target/sccf2target" }, ] # features = {} # default_features = []