remove unnecessary dependency

This commit is contained in:
aglkm
2024-05-04 12:36:05 +03:00
parent 82ee749b40
commit eabc264036
2 changed files with 266 additions and 322 deletions

584
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,10 +20,6 @@ lazy_static = "1.4.0"
shellexpand = "3.1.0"
either = "1.11.0"
[dependencies.rusqlite]
version = "0.30.0"
features = ["bundled"]
[dependencies.reqwest]
version = "0.11.23"
features = ["json", "blocking"]