]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_apfloat/Cargo.toml
dedup assembly
[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.8.1", features = ["union", "may_dangle"] }