Move args and runtime back to main from core (1313eb0b64).
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user