summary refs log tree commit diff
path: root/src/librustc_bitflags/Cargo.toml
blob: 926ed5960d68a0ee885914af9149e90a97d82935 (plain)
1
2
3
4
5
6
7
8
9
[package]
authors = ["The Rust Project Developers"]
name = "rustc_bitflags"
version = "0.0.0"

[lib]
name = "rustc_bitflags"
path = "lib.rs"
test = false