Make API version selection possible, update for newer ffsend-api version

This commit is contained in:
timvisee 2019-02-27 19:42:14 +01:00
parent f53f11a9f1
commit ca122cad66
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
15 changed files with 407 additions and 20 deletions

View file

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