2017-07-08 20:46:43 +03:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_apfloat"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_apfloat"
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-09-08 15:08:01 -04:00
|
|
|
bitflags = "1.0"
|
|
|
|
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
|
2018-11-29 08:52:22 +11:00
|
|
|
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
|