mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
b66db7e4e0
+ Add some information to the README.md
16 lines
279 B
TOML
16 lines
279 B
TOML
[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",
|
|
]
|