15 lines
252 B
TOML
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"
|