Added anime support

This commit is contained in:
Zastian Pretorius
2022-07-09 23:40:18 +01:00
parent 9fae5c3af2
commit ec7ed12133
3 changed files with 173 additions and 22 deletions

7
Cargo.lock generated
View File

@@ -39,6 +39,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bytes"
version = "1.1.0"
@@ -317,6 +323,7 @@ dependencies = [
name = "log_e"
version = "0.2.0"
dependencies = [
"base64",
"colored",
"isahc",
"regex",