mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Merge branch 'master' into osu
This commit is contained in:
commit
ce09a76dc7
12 changed files with 434 additions and 686 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::models::{Mode, Mods};
|
||||
use chrono::{DateTime, Utc};
|
||||
use reqwest::{Client, RequestBuilder};
|
||||
use reqwest::blocking::{Client, RequestBuilder};
|
||||
|
||||
trait ToQuery {
|
||||
fn to_query(&self) -> Vec<(&'static str, String)>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue