From 57e2b374ba29d1a5aa1440ec35e11c5feabfc9ca Mon Sep 17 00:00:00 2001 From: x Date: Fri, 30 Dec 2022 20:22:01 +0100 Subject: [PATCH] add zk.rs to Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 90d2b72c3..7301a9345 100644 --- a/Cargo.toml +++ b/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"] +