blob: e74c1ef693ce010c568c6db36db8585a4eb59c6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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]
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }
|