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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|