rust/src/librustc_apfloat/Cargo.toml
2017-09-17 14:19:24 -04:00

13 lines
233 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
[lib]
name = "rustc_apfloat"
path = "lib.rs"
[dependencies]
bitflags = "1.0"
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }