2025-08-23 15:48:11 +02:00

12 lines
162 B
Rust

#![allow(warnings)]
use anyhow::Error;
use sdk_common::MutexExt;
pub mod api;
mod peers;
mod user;
mod wallet;
mod scanner;
const WITH_CUTTHROUGH: bool = true;