]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Handle size_of_val for sized types.
[rust.git] / Cargo.lock
1 [root]
2 name = "miri"
3 version = "0.1.0"
4 dependencies = [
5  "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
6  "compiletest_rs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
7 ]
8
9 [[package]]
10 name = "byteorder"
11 version = "0.4.2"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13
14 [[package]]
15 name = "compiletest_rs"
16 version = "0.1.1"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 dependencies = [
19  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
20 ]
21
22 [[package]]
23 name = "log"
24 version = "0.3.6"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26