diff --git a/rln/Cargo.toml b/rln/Cargo.toml index 1da8a25..27c3545 100644 --- a/rln/Cargo.toml +++ b/rln/Cargo.toml @@ -32,8 +32,9 @@ ark-circom = { features = ["circom-2"], path = "../../../gakonst/ark-circom" } color-eyre = "0.5" # decoding of data -# hex = "0.4.3" +hex = "0.4.3" # byteorder = "1.4.3" +hex-literal = "0.3" # tracing tracing = "0.1"