]> git.lizzy.rs Git - rust.git/blob - src/librustc_const_math/Cargo.toml
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[rust.git] / src / librustc_const_math / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_const_math"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_const_math"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 rustc_apfloat = { path = "../librustc_apfloat" }
13 serialize = { path = "../libserialize" }
14 syntax = { path = "../libsyntax" }