blob: c7496a9547ea6fdfc661b8abf2235a07da9a6811 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_apfloat"
path = "lib.rs"
[dependencies]
bitflags = "1.0"
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }