rust/compiler/rustc_apfloat/Cargo.toml

10 lines
214 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
2019-02-06 12:04:35 -06:00
edition = "2018"
[dependencies]
2019-10-13 18:37:55 -05:00
bitflags = "1.2.1"
2021-02-14 08:37:30 -06:00
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }