Skip to content

Commit

Permalink
added proptest & impl Arbitrary traits for quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael committed Oct 18, 2024
1 parent 006d887 commit 01b0e75
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 11 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ getrandom = { version = "0.2", optional = true, features = ["js"] }
serde-wasm-bindgen = { version = "0.4", optional = true}
wasm-bindgen = { version = "0.2.95", optional = true }
serde_bytes = { version = "0.11" }
proptest = "1.5.0"

[dependencies.webpki]
version = "0.102.8"
Expand Down
Loading

0 comments on commit 01b0e75

Please sign in to comment.