]> git.proxmox.com Git - rustc.git/blame - src/librustc_apfloat/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc_apfloat / Cargo.toml
CommitLineData
3b2f2976
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_apfloat"
4version = "0.0.0"
9fa01778 5edition = "2018"
3b2f2976
XL
6
7[lib]
8name = "rustc_apfloat"
9path = "lib.rs"
10
11[dependencies]
e74abb32 12bitflags = "1.2.1"
60c5eb7d 13smallvec = { version = "1.0", features = ["union", "may_dangle"] }