]> git.lizzy.rs Git - rust.git/blob - src/librustc_apfloat/Cargo.toml
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
[rust.git] / src / librustc_apfloat / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_apfloat"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_apfloat"
8 path = "lib.rs"
9
10 [dependencies]
11 bitflags = "1.0"
12 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
13 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }