Made changes for Desktop app to work

This commit is contained in:
Igor Katson 2023-12-02 21:12:15 +00:00
parent fe04e17d63
commit 28c2db2a37
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
15 changed files with 74 additions and 38 deletions

2
Cargo.lock generated
View file

@ -1313,6 +1313,7 @@ name = "librqbit-core"
version = "3.1.0"
dependencies = [
"anyhow",
"directories",
"hex 0.4.3",
"itertools 0.12.0",
"librqbit-bencode",
@ -1335,7 +1336,6 @@ dependencies = [
"backoff",
"chrono",
"dashmap",
"directories",
"futures",
"hex 0.4.3",
"indexmap 2.1.0",