rust/Cargo.toml
2015-11-21 21:20:06 -06:00

12 lines
240 B
TOML

[package]
name = "miri"
version = "0.1.0"
authors = ["Scott Olson <scott@solson.me>"]
description = "An experimental interpreter for Rust MIR."
repository = "https://github.com/tsion/miri"
license = "ISC"
[[bin]]
name = "miri"
doc = false