Moar speed!

This commit is contained in:
2016-06-02 10:10:43 +02:00
parent c31fbc1a09
commit bbd2a2ecaf
4 changed files with 22 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -4,6 +4,7 @@ version = "0.1.0"
dependencies = [
"byteorder 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pbr 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -26,6 +27,11 @@ dependencies = [
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lazy_static"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.11"