]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Handle size_of_val for sized types.
[rust.git] / Cargo.toml
1 [package]
2 authors = ["Scott Olson <scott@solson.me>"]
3 description = "An experimental interpreter for Rust MIR."
4 license = "ISC"
5 name = "miri"
6 repository = "https://github.com/solson/miri"
7 version = "0.1.0"
8
9 [[bin]]
10 doc = false
11 name = "miri"
12
13 [dependencies]
14 byteorder = "0.4.2"
15
16 [dev-dependencies]
17 compiletest_rs = "0.1.1"