rust/Cargo.toml

11 lines
267 B
TOML
Raw Normal View History

2022-05-25 02:30:04 -05:00
[package]
name = "rustc_smir"
version = "0.0.0"
edition = "2021"
[dependencies]
rustc_middle = { path = "../rustc_middle" }
rustc_driver = { path = "../rustc_driver" }
rustc_borrowck = { path = "../rustc_borrowck" }
rustc_interface = { path = "../rustc_interface" }