From e99f3f354236e05a3e61c647dd8f80a186b62793 Mon Sep 17 00:00:00 2001 From: Ragnar Date: Sat, 11 Jan 2025 15:40:36 +0100 Subject: [PATCH] Update Cargo.toml --- crates/host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/host/Cargo.toml b/crates/host/Cargo.toml index b22a5796e..ea2b52111 100644 --- a/crates/host/Cargo.toml +++ b/crates/host/Cargo.toml @@ -31,7 +31,6 @@ parity-wasm.workspace = true poseidon.workspace = true wasmi.workspace = true -# TODO put the host circuits into features zkwasm-host-circuits.workspace = true [dev-dependencies] @@ -41,3 +40,4 @@ rusty-fork = "0.3.0" default = [] profile = ["ark-std/print-trace", "halo2_proofs/profile"] cuda = ["halo2_proofs/cuda", "specs/cuda"] +host-circuits = ["zkwasm-host-circuits"]