Move types into separate module

This commit is contained in:
Dominik Werder
2021-07-07 17:12:22 +02:00
parent a8f15da101
commit c92e266662
41 changed files with 3516 additions and 3546 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ fs2 = "0.4.3"
libc = "0.2.93"
hex = "0.4.3"
nom = "6.1.2"
num-traits = "0.2"
num-traits = "0.2.14"
num-derive = "0.3"
url = "2.2.2"
tiny-keccak = { version = "2.0", features = ["sha3"] }