refactor(tauri, swap): move rpc api to cli/api

This commit is contained in:
binarybaron 2024-08-26 15:40:50 +02:00
parent 5425a83871
commit 349035d321
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E
15 changed files with 1231 additions and 46 deletions

View file

@ -16,7 +16,6 @@
missing_copy_implementations
)]
pub mod api;
pub mod asb;
pub mod bitcoin;
pub mod cli;