about summary refs log tree commit diff
path: root/compiler/rustc_feature/Cargo.toml
blob: 7a06bce13c80d27449b5f3fdae24609ea84554dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["The Rust Project Developers"]
name = "rustc_feature"
version = "0.0.0"
edition = "2018"

[lib]
doctest = false

[dependencies]
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_span = { path = "../rustc_span" }