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

@@ -1,7 +1,7 @@
use std::sync::atomic::Ordering;
use tuwunel::{Server, restart};
use tuwunel_core::{Result, args, debug_info, runtime};
use tuwunel::{Server, args, restart, runtime};
use tuwunel_core::{Result, debug_info};
fn main() -> Result {
let args = args::parse();