Private
Public Access
1
0

kordophoned becomes a lib

This commit is contained in:
2025-08-20 23:12:31 -07:00
parent e9bda39d8a
commit e51fa3abeb
4 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
mod daemon;
#[cfg(target_os = "linux")]
mod dbus;
@@ -9,7 +7,7 @@ mod xpc;
use log::LevelFilter;
use std::future;
use daemon::Daemon;
use kordophoned::daemon::Daemon;
fn initialize_logging() {
// Weird: is this the best way to do this?