Implement file download and decrypt logic

This commit is contained in:
timvisee 2018-03-20 22:03:34 +01:00
parent 7e22c07d72
commit 9eb9462c40
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
11 changed files with 271 additions and 95 deletions

View file

@ -1,3 +1,5 @@
#[macro_use]
extern crate arrayref;
extern crate mime_guess;
extern crate openssl;
pub extern crate reqwest;