Did more refacroring and made a better loop for anime as well as error handeling in anime

This commit is contained in:
Zastian Pretorius
2022-07-10 22:34:05 +01:00
parent 361a787f93
commit db1ab32120
9 changed files with 108 additions and 72 deletions

20
Cargo.lock generated
View File

@@ -276,6 +276,16 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]
name = "kami"
version = "0.2.0"
dependencies = [
"base64",
"colored",
"isahc",
"regex",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
@@ -319,16 +329,6 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "log_e"
version = "0.2.0"
dependencies = [
"base64",
"colored",
"isahc",
"regex",
]
[[package]]
name = "matches"
version = "0.1.9"