mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Add quickcheck tests; actually delete types.rs file
This commit is contained in:
parent
268235c8e1
commit
c26fc942e3
6 changed files with 206 additions and 131 deletions
|
|
@ -20,4 +20,8 @@ features = ["small_rng"]
|
|||
|
||||
[dependencies.mio]
|
||||
version = "0.7"
|
||||
features = ["udp", "os-poll", "os-util"]
|
||||
features = ["udp", "os-poll", "os-util"]
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.9"
|
||||
quickcheck_macros = "0.9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue