Browse Source

Make crypto feature depend on zkas.

parazyd 4 years ago
parent
commit
73e34b339e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -193,6 +193,7 @@ crypto = [
     "bs58",
 
     "util",
+    "zkas",
 ]
 
 wallet = [