recycleactor commited on
Commit
544a7bc
·
verified ·
1 Parent(s): 68579e8

Upload 2 files

Browse files
Files changed (1) hide show
  1. src/main.rs +1 -0
src/main.rs CHANGED
@@ -18,6 +18,7 @@ use cipher::{KeyIvInit, BlockDecryptMut};
18
  use cipher::block_padding::NoPadding;
19
  use cbc::Decryptor;
20
  use reqwest::{cookie::Jar, Url};
 
21
  use reqwest::header::ACCEPT;
22
 
23
  type BoxErr = Box<dyn std::error::Error + Send + Sync + 'static>;
 
18
  use cipher::block_padding::NoPadding;
19
  use cbc::Decryptor;
20
  use reqwest::{cookie::Jar, Url};
21
+ use reqwest::cookie::CookieStore;
22
  use reqwest::header::ACCEPT;
23
 
24
  type BoxErr = Box<dyn std::error::Error + Send + Sync + 'static>;