blob: 084773f10e660d912536cb5b41947dab6a06f7c5 [file]
[package]
description = "Debugger for Rust MIR."
license = "MIT OR Apache-2.0"
name = "priroda"
repository = "https://github.com/rust-lang/miri"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "priroda"
path = "src/main.rs"
doctest = false # and no doc tests
[dependencies]
miri = { path = ".." }
[package.metadata.rust-analyzer]
rustc_private = true