Browse Source

add zk.rs to Cargo.toml

x 3 years ago
parent
commit
57e2b374ba
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Cargo.toml

+ 6 - 0
Cargo.toml

@@ -297,3 +297,9 @@ zkas = [
 name = "net"
 path = "example/net.rs"
 required-features = ["async-runtime", "net"]
+
+[[example]]
+name = "zk"
+path = "example/zk.rs"
+required-features = ["zk"]
+