crux_cli 0.3.0

Command line tool for crux_core
Documentation
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    crux_cli::run(None)
}