summary refs log tree commit diff
path: root/compiler/rustc_apfloat/Cargo.toml
blob: 103e64be5ac0b326c8423161cfd3a3490810d579 (plain)
1
2
3
4
5
6
7
8
9
[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
edition = "2018"

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