You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
510 B
23 lines
510 B
--- xxhash-c-sys-0.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ xxhash-c-sys-0.8.3/Cargo.toml 2022-04-29T10:20:53.096396+00:00
|
|
@@ -16,10 +16,9 @@
|
|
authors = ["Douman <douman@gmx.se>"]
|
|
include = [
|
|
"**/*.rs",
|
|
- "**/*.c",
|
|
- "**/*.h",
|
|
"Cargo.toml",
|
|
"README.md",
|
|
+ "LICENSE",
|
|
]
|
|
description = "Bindings to xxhash"
|
|
readme = "README.md"
|
|
@@ -36,5 +35,5 @@
|
|
version = "0.2"
|
|
default-features = false
|
|
|
|
-[build-dependencies.cc]
|
|
-version = "1"
|
|
+[build-dependencies.pkg-config]
|
|
+version = "0.3"
|