]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
report: Fill in most of the language support section, plus data layout and determinism.
[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/tsion/miri"
7 version = "0.1.0"
8
9 [[bin]]
10 doc = false
11 name = "miri"
12
13 [dependencies]
14 byteorder = "0.4.2"