Files
2026-04-17 09:23:55 +01:00

15 lines
252 B
TOML

[package]
name = "cpu-cycles"
version = "0.1.0"
edition = "2021"
license = "LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT"
publish = false
build = "build.rs"
links = "cpucycles"
[dependencies]
libc = "0.2.140"
[build-dependencies]
cfg-if = "1"