diff options
Diffstat (limited to 'zkvms/nexus/host/src/main.rs')
| -rw-r--r-- | zkvms/nexus/host/src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zkvms/nexus/host/src/main.rs b/zkvms/nexus/host/src/main.rs index 68593fc..95eafe2 100644 --- a/zkvms/nexus/host/src/main.rs +++ b/zkvms/nexus/host/src/main.rs @@ -1,8 +1,7 @@ use nexus_sdk::{stwo::seq::Stwo, Local, Prover, Verifiable, Viewable}; use zkvms_host_io::{ - benchmarkable, read_args, Input, Return, + benchmarkable, output_proof_size, read_args, Input, Return, RunType::{Execute, Prove, Verify}, - output_proof_size, }; fn main() { |
