mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-07 00:29:04 +08:00
feat: rm async-std , use futures
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
||||
use async_std::task::block_on;
|
||||
use futures::executor::block_on;
|
||||
use once_cell::sync::Lazy;
|
||||
use scopeguard::defer;
|
||||
use tokio::io::AsyncBufReadExt;
|
||||
|
Reference in New Issue
Block a user