blob: 10aadabe22ed7d35c9a32c99757e0d01575a2208 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_const_math"
version = "0.0.0"
[lib]
name = "rustc_const_math"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
log = { path = "../liblog" }
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }
|