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

@@ -9,6 +9,7 @@ mod serve;
use std::{panic::AssertUnwindSafe, pin::Pin, sync::Arc};
use futures::{Future, FutureExt, TryFutureExt};
use log as _;
use tuwunel_core::{Error, Result, Server};
use tuwunel_service::Services;