feat(gui): D-Bus client wrapper around AuthForge interface

This commit is contained in:
michael
2026-04-27 09:13:14 -07:00
parent d7e6d562dd
commit d07d3469fe
2 changed files with 57 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
use adw::prelude::*;
use gtk::glib;
mod bus;
mod error;
const APP_ID: &str = "io.dangerousthings.AuthForge";