mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 02:29:57 +02:00
Make API version selection possible, update for newer ffsend-api version
This commit is contained in:
parent
f53f11a9f1
commit
ca122cad66
15 changed files with 407 additions and 20 deletions
|
@ -1,6 +1,7 @@
|
|||
use std::time::Duration;
|
||||
|
||||
use ffsend_api::reqwest::{Client, ClientBuilder};
|
||||
pub use ffsend_api::reqwest::Client;
|
||||
use ffsend_api::reqwest::ClientBuilder;
|
||||
|
||||
use crate::cmd::matcher::MainMatcher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue