We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c303ec3 commit 2792504Copy full SHA for 2792504
Cargo.toml
@@ -3,6 +3,7 @@ name = "monkey_test"
3
version = "0.1.0"
4
edition = "2021"
5
license = "MIT"
6
+repository = "https://github.com/jockbert/monkey_test"
7
8
description = "A property based testing (PBT) tool like QuickCheck, ScalaCheck and other deriviatives thereof, for the Rust programming language."
9
keywords = ["testing", "property based testing", "property", "PBT", "quickcheck"]
0 commit comments