Add verify macros & use in one location for point conversion
This commit is contained in:
parent
3a1cd6ed3a
commit
5965113fc8
6 changed files with 61 additions and 5 deletions
|
@ -12,7 +12,7 @@ smallvec = { version = "1.6", features = ["union"] }
|
|||
sum_tree = { path = "../sum_tree" }
|
||||
arrayvec = "0.7.1"
|
||||
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
|
||||
|
||||
verify = { path = "../verify" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue