use the enum-iterator crate for better testing of enums
This commit is contained in:
@@ -16,6 +16,7 @@ crypto = { path = "libraries/crypto" }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
arrayref = "0.3.6"
|
||||
subtle = { version = "2.2", default-features = false, features = ["nightly"] }
|
||||
enum-iterator = "0.6.0"
|
||||
|
||||
[features]
|
||||
debug_allocations = ["libtock/debug_allocations"]
|
||||
|
||||
Reference in New Issue
Block a user