Skip to main content

bark_cli/
lib.rs

1pub mod log;
2pub mod wallet;
3
4pub mod util;
5
6/// The value for the `BARK_VERSION` env variable if not built from
7/// a tagged version
8pub const VERSION_DIRTY: &str = "DIRTY";