feat: rm async-std , use futures

This commit is contained in:
2024-05-07 20:20:08 +08:00
parent 24313ab3b8
commit 155c8a0564
2 changed files with 2 additions and 3 deletions

View File

@ -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;