jamt 0.1.28

General CLI tool for interacting with JAM nodes
1
2
3
4
5
6
mod boot;

#[tokio::main]
async fn main() -> std::process::ExitCode {
	jam_tooling::run_main(boot::boot_main()).await
}