summary refs log tree commit diff
path: root/src/librustc_apfloat/Cargo.toml
blob: a8a5da90c7a6bb41418cb0b5cf20447eca1fff38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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" }
smallvec = { version = "0.6.5", features = ["union"] }