blob: 516c8e9c718b48f2a20c43ea9bc010c43a07e7fa [file] [log] [blame]
[package]
name = "stable_mir"
version = "0.1.0-preview"
edition = "2024"
[dependencies]
rustc_smir = { path = "../rustc_smir" }
[features]
# Provides access to APIs that expose internals of the rust compiler.
# APIs enabled by this feature are unstable. They can be removed or modified
# at any point and they are not included in the crate's semantic versioning.
rustc_internal = []