]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
replace `panic!`s with `Result`
[rust.git] / Cargo.toml
1 [package]
2 authors = ["Scott Olson <scott@solson.me>"]
3 description = "An experimental interpreter for Rust MIR."
4 license = "MIT/Apache-2.0"
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 test = false
13
14 [lib]
15 test = false
16
17 [dependencies]
18 byteorder = "0.4.2"
19
20 [dev-dependencies]
21 compiletest_rs = "0.1.1"