[wip] primordial thread launch
[package] | ||
name = "mu" | ||
version = "0.0.1" | ||
authors = [ "Your name <you@example.com>" ] | ||
build = "build.rs" | ||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
[build-dependencies.gcc] | ||
git = "https://github.com/alexcrichton/gcc-rs" | ||
... | ... | @@ -18,7 +20,6 @@ hprof = "0.1.3" |
memmap = "0.4.0" | ||
memsec = "0.1.9" | ||
rustc-serialize = "*" | ||
time = "0.1.34" | ||
aligned_alloc = "0.1.2" | ||
crossbeam = "0.2.8" | ||
\ No newline at end of file |
Please register or sign in to comment