rust/compiler/rustc_apfloat/Cargo.toml

10 lines
212 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
2019-02-06 18:04:35 +00:00
edition = "2018"
[dependencies]
2019-10-13 23:37:55 +00:00
bitflags = "1.2.1"
2019-11-04 14:59:09 +00:00
smallvec = { version = "1.0", features = ["union", "may_dangle"] }