15 lines
289 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]
log = { path = "../liblog" }
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }