zebra-cli 0.0.0-placeholder.0

A zcash client for zebrad
1
2
3
4
5
6
//! A Zebra Zcash node client.

/// A stub for the main command.
fn main() {
    println!("Hello, world!");
}