mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
8 lines
170 B
Rust
Executable File
8 lines
170 B
Rust
Executable File
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
fn main() {
|
|
#[cfg(feature = "tokio-trace")]
|
|
console_subscriber::init();
|
|
|
|
app_lib::run();
|
|
}
|