Skip to content

Commit 2792504

Browse files
committed
Add repo URL to Cargo.toml
1 parent c303ec3 commit 2792504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "monkey_test"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT"
6+
repository = "https://github.com/jockbert/monkey_test"
67

78
description = "A property based testing (PBT) tool like QuickCheck, ScalaCheck and other deriviatives thereof, for the Rust programming language."
89
keywords = ["testing", "property based testing", "property", "PBT", "quickcheck"]

0 commit comments

Comments
 (0)