mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-03 06:25:40 +00:00
14 lines
183 B
TOML
14 lines
183 B
TOML
[package]
|
|
name = "musl-math-sys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
libm = { path = "../../" }
|
|
|
|
[build-dependencies]
|
|
cc = "1.1.24"
|