about summary refs log tree commit diff
path: root/compiler/rustc_apfloat/Cargo.toml
blob: bb01d4f51b899d8e1329668951d53f59fa87ea9a (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.6.1", features = ["union", "may_dangle"] }