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