15 lines
309 B
TOML
Raw Normal View History

2016-03-14 09:29:18 +01:00
[package]
authors = ["The Rust Project Developers"]
name = "rustc_const_math"
2016-03-14 09:29:18 +01:00
version = "0.0.0"
[lib]
name = "rustc_const_math"
2016-03-14 09:29:18 +01:00
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
rustc_apfloat = { path = "../librustc_apfloat" }
2016-03-14 09:29:18 +01:00
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }