blob: b8f8488e3027357cddebb3a33b9ce3219b141452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
[lib]
name = "rustc_apfloat"
path = "lib.rs"
[dependencies]
rustc_bitflags = { path = "../librustc_bitflags" }
|