]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_apfloat/Cargo.toml
Merge commit '32bd2b0ba' into debian/experimental
[rustc.git] / compiler / rustc_apfloat / Cargo.toml
CommitLineData
3b2f2976
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_apfloat"
4version = "0.0.0"
9fa01778 5edition = "2018"
3b2f2976 6
3b2f2976 7[dependencies]
e74abb32 8bitflags = "1.2.1"
6a06907d 9smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }