mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-13 19:31:20 +00:00
Co-authored-by: Thomas Eizinger <thomas@eizinger.io> Co-authored-by: Max Inden <mail@max-inden.de>
11 lines
163 B
TOML
11 lines
163 B
TOML
[package]
|
|
name = "quickcheck-ext"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Unlicense/MIT"
|
|
|
|
[dependencies]
|
|
quickcheck = "1"
|
|
num-traits = "0.2"
|