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