]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_apfloat/Cargo.toml
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[rust.git] / compiler / rustc_apfloat / Cargo.toml
1 [package]
2 name = "rustc_apfloat"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 bitflags = "1.2.1"
8 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }