mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
osu: Move core library to async
This commit is contained in:
parent
9e38f88e97
commit
b7d398c05a
4 changed files with 40 additions and 25 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::models::{Mode, Mods};
|
||||
use chrono::{DateTime, Utc};
|
||||
use reqwest::blocking::{Client, RequestBuilder};
|
||||
use reqwest::{Client, RequestBuilder};
|
||||
|
||||
trait ToQuery {
|
||||
fn to_query(&self) -> Vec<(&'static str, String)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue