summary refs log tree commit diff
path: root/src/librustc_const_math/Cargo.toml
blob: 41310ede3e085a0928288779615792ea79dd8055 (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]
rustc_apfloat = { path = "../librustc_apfloat" }
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }