mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
7 lines
169 B
Rust
Executable File
7 lines
169 B
Rust
Executable File
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
fn main() {
|
|
#[cfg(feature = "tokio-trace")]
|
|
console_subscriber::init();
|
|
app_lib::run();
|
|
}
|