This commit is contained in:
Igor Katson 2025-01-06 16:04:46 +00:00
parent bcb57c8b71
commit 731710245f
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 800 additions and 844 deletions

View file

@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] }
buffers = { path = "../buffers", package = "librqbit-buffers", version = "4.2" }
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3.0.1" }
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "3" }
itertools = "0.13"
itertools = "0.14"
directories = "5"
tokio-util = "0.7.10"
data-encoding = "2.6.0"