mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-19 02:49:43 -07:00
write new main.rs
This commit is contained in:
committed by
Markus Unterwaditzer
parent
2c92315125
commit
9e9fe4d392
@@ -0,0 +1,7 @@
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn main() {
|
||||
if let Err(e) = installer::main_cli().await {
|
||||
eprintln!("{e:?}");
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user