]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_apfloat/Cargo.toml
Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez
[rust.git] / compiler / rustc_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 [dependencies]
8 bitflags = "1.2.1"
9 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }