blob: 735b74f156500356c1e66759ec55fe6de32510de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
[lib]
name = "rustc_apfloat"
path = "lib.rs"
[dependencies]
bitflags = "1.0"
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
|