Session persistence now saving full torrent contents

This commit is contained in:
Igor Katson 2023-11-30 00:48:57 +00:00
parent 7d02d79ff5
commit 52883769e1
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 94 additions and 13 deletions

2
Cargo.lock generated
View file

@ -1005,6 +1005,7 @@ dependencies = [
"anyhow",
"axum",
"backoff",
"base64",
"bincode",
"bitvec",
"byteorder",
@ -1076,6 +1077,7 @@ dependencies = [
"librqbit-clone-to-owned",
"parking_lot",
"serde",
"serde_json",
"tokio",
"tracing",
"url",