Move args and runtime back to main from core (1313eb0b64).

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-04 03:29:19 +00:00
parent 53ab6742c8
commit 4743a8d968
10 changed files with 38 additions and 36 deletions

View File

@@ -2,15 +2,14 @@ use std::{path::PathBuf, sync::Arc};
use tokio::sync::Mutex;
use tuwunel_core::{
Args, Error, Result, args,
Error, Result,
config::Config,
implement, info,
log::Log,
runtime,
utils::{stream, sys},
};
use crate::logging::TracingFlameGuard;
use crate::{Args, args, logging::TracingFlameGuard, runtime};
/// Server runtime state; complete
pub struct Server {