bark-cli 0.1.1

CLI for the bitcoin Ark protocol built by Second
1
2
3
4
5
6
7
8
pub mod log;
pub mod wallet;

pub mod util;

/// The value for the `BARK_VERSION` env variable if not built from
/// a tagged version
pub const VERSION_DIRTY: &str = "DIRTY";