2016-03-14 09:29:18 +01:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
2016-03-15 12:33:13 +01:00
|
|
|
name = "rustc_const_math"
|
2016-03-14 09:29:18 +01:00
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
2016-03-15 12:33:13 +01:00
|
|
|
name = "rustc_const_math"
|
2016-03-14 09:29:18 +01:00
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-07-08 20:46:43 +03:00
|
|
|
rustc_apfloat = { path = "../librustc_apfloat" }
|
2016-03-14 09:29:18 +01:00
|
|
|
serialize = { path = "../libserialize" }
|
|
|
|
syntax = { path = "../libsyntax" }
|