epel10
imports/epel10/rust-quickcheck_macros-1.0.0-9.el10
parent
a60dc8c253
commit
76d7349b12
@ -0,0 +1,10 @@
|
|||||||
|
--- quickcheck_macros-1.0.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
|
+++ quickcheck_macros-1.0.0/Cargo.toml 2024-09-14T12:44:40.272698+00:00
|
||||||
|
@@ -18,7 +18,6 @@
|
||||||
|
description = "A macro attribute for quickcheck."
|
||||||
|
homepage = "https://github.com/BurntSushi/quickcheck"
|
||||||
|
documentation = "https://docs.rs/quickcheck"
|
||||||
|
-readme = "../README.md"
|
||||||
|
keywords = ["testing", "quickcheck", "property", "shrinking", "fuzz"]
|
||||||
|
license = "Unlicense/MIT"
|
||||||
|
repository = "https://github.com/BurntSushi/quickcheck"
|
@ -0,0 +1,5 @@
|
|||||||
|
[package]
|
||||||
|
cargo-toml-patch-comments = [
|
||||||
|
"remove reference to readme file that is not included in published crates",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in new issue