summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_apfloat/Cargo.toml
blob: 98305201bc9433b7e071695fa9dd750e25293114 (plain)
1
2
3
4
5
6
7
8
[package]
name = "rustc_apfloat"
version = "0.0.0"
edition = "2021"

[dependencies]
bitflags = "1.2.1"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }