]> git.proxmox.com Git - rustc.git/blob - src/librustc_apfloat/Cargo.toml
New upstream version 1.21.0+dfsg1
[rustc.git] / src / librustc_apfloat / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_apfloat"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_apfloat"
8 path = "lib.rs"
9
10 [dependencies]
11 rustc_bitflags = { path = "../librustc_bitflags" }