2015-11-12 15:50:58 -06:00
|
|
|
[root]
|
|
|
|
name = "miri"
|
|
|
|
version = "0.1.0"
|
2016-02-27 19:20:25 -06:00
|
|
|
dependencies = [
|
|
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-22 03:34:14 -05:00
|
|
|
"compiletest_rs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-27 19:20:25 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-11-12 15:50:58 -06:00
|
|
|
|
2016-04-22 03:34:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest_rs"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|