bingle_cli 0.2.8

Command line interface for Bingle: register handles, run nodes/relays, and trade BINGLE on Algorand.
Documentation
1
2
3
4
5
6
use bingle_core::get_module_version;
use bingle_core::util::version::VersionInfo;

pub fn get_version() -> VersionInfo {
    get_module_version!()
}