Skip to content

Commit bea64b9

Browse files
committed
Add license to cpu-cycles matching libcpucycles
1 parent 3b83c30 commit bea64b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpu-cycles/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ version = "0.1.0"
44
edition = "2021"
55
build = "build.rs"
66
links = "cpucycles"
7+
license = "LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT"
78

89
[dependencies]
910
libc = "0.2.140"
1011

1112
[build-dependencies]
12-
cfg-if = "1"
13+
cfg-if = "1"

0 commit comments

Comments
 (0)