15 lines
309 B
TOML
15 lines
309 B
TOML
[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" }
|