about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/musl-math-sys/Cargo.toml
blob: 39f6fa9065bd9452b55b635c901566ec156c65b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "musl-math-sys"
version = "0.1.0"
edition = "2024"
publish = false
license = "MIT OR Apache-2.0"

[dependencies]

[dev-dependencies]
libm = { path = "../../libm" }

[build-dependencies]
cc = "1.2.29"