fix some unused_crate_dependencies lint warns

Signed-off-by: June Strawberry <june@vern.cc>
This commit is contained in:
June Strawberry
2026-01-15 17:01:38 -05:00
parent 1b68588b84
commit 2f4d3c2851
9 changed files with 234 additions and 198 deletions

View File

@@ -11,6 +11,7 @@ pub mod signals;
use std::sync::Arc;
use log as _;
use tuwunel_core::{Result, debug_info, error, mod_ctor, mod_dtor, rustc_flags_capture};
use tuwunel_service::Services;