Skip to main content

nargo_cli/
lib.rs

1// NOTE: this code should all be used in the 'bin' target
2#![allow(dead_code)]
3
4pub mod cli;
5pub mod errors;