mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-04-07 03:00:31 -04:00
14 lines
207 B
TOML
14 lines
207 B
TOML
[package]
|
|
name = "quickcheck-ext"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Unlicense/MIT"
|
|
|
|
[package.metadata.release]
|
|
release = false
|
|
|
|
[dependencies]
|
|
quickcheck = "1"
|
|
num-traits = "0.2"
|