ソースを参照

add zk.rs to Cargo.toml

x 3 年 前
コミット
57e2b374ba
1 ファイル変更6 行追加0 行削除
  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"]
+