make subcrates name starts with mu_
... | @@ -31,10 +31,11 @@ jit = [] | ... | @@ -31,10 +31,11 @@ jit = [] |
gcc = "*" | gcc = "*" | ||
[dependencies] | [dependencies] | ||
ast = {path = "src/ast"} | mu_ast = {path = "src/ast"} | ||
utils = {path = "src/utils"} | mu_utils = {path = "src/utils"} | ||
gc = {path = "src/gc"} | mu_gc = {path = "src/gc"} | ||
rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", version = ">= 0.0.5" } | rodal = { git = "https://gitlab.anu.edu.au/mu/rodal", version = ">= 0.0.5" } | ||
libc="*" | libc="*" | ||
field-offset = "*" | field-offset = "*" | ||
libloading = "*" | libloading = "*" | ||
... | ... |
Please register or sign in to comment