summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_smir/Cargo.toml
blob: fb97ee5bebe6ef0657529f838b898e7e3578305c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustc_smir"
version = "0.0.0"
edition = "2021"

[dependencies]
rustc_middle = { path = "../rustc_middle", optional = true }
rustc_span = { path = "../rustc_span", optional = true }
tracing = "0.1"

[features]
default = [
    "rustc_middle",
    "rustc_span",
]