]> git.lizzy.rs Git - rust.git/blob - src/librustc_apfloat/Cargo.toml
Rollup merge of #65946 - ecstatic-morse:refactor-promotion2, r=eddyb
[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 edition = "2018"
6
7 [lib]
8 name = "rustc_apfloat"
9 path = "lib.rs"
10
11 [dependencies]
12 bitflags = "1.2.1"
13 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }