[package] name = "mu" version = "0.0.1" authors = [ "Your name " ] build = "build.rs" [lib] crate-type = ["staticlib", "rlib"] [build-dependencies] gcc = "0.3" [dependencies] ast = {path = "src/ast"} utils = {path = "src/utils"} gc = {path = "src/gc"} libloading = "0.3" lazy_static = "0.1.15" log = "0.3.5" simple_logger = "0.4.0" nalgebra = "0.8.2" hprof = "0.1.3" memmap = "0.4.0" memsec = "0.1.9" rustc-serialize = "*" time = "0.1.34"