Private
Public Access
1
0

kordophoned sans kpcli building on macos

This commit is contained in:
James Magahern
2025-07-31 19:16:44 -07:00
parent 742703cb8e
commit 8115f94121
11 changed files with 120 additions and 27 deletions

View File

@@ -1,8 +1,10 @@
mod client;
mod daemon;
mod db;
mod printers;
#[cfg(target_os = "linux")]
mod daemon;
use anyhow::Result;
use clap::{Parser, Subcommand};
use log::LevelFilter;