Skip to content

Commit

Permalink
[proptest-macro] [Fix] Manifest : add metadata required to publish, c…
Browse files Browse the repository at this point in the history
…opied from core proptest crate (#469)
  • Loading branch information
matthew-russo committed Jul 6, 2024
1 parent ddb4456 commit d81c683
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proptest-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "proptest-macro"
description = "Procedural macros for the proptest crate"
version = "0.1.0"
authors = ["The Proptest Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/proptest-rs/proptest"
homepage = "https://proptest-rs.github.io/proptest/proptest/index.html"
keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
categories = ["development-tools::testing"]
rust-version = "1.65"

[lib]
proc-macro = true
Expand Down

0 comments on commit d81c683

Please sign in to comment.