rubit 0.1.0

The bencoding decoding package for rubit Bittorrent client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rubit"
version = "0.1.0"
edition = "2021"
description = "The bencoding decoding package for rubit Bittorrent client"
license-file = "LICENSE.txt"

[dependencies]
rubit-bencode = { path = "../rubit-bencode", version = "0.1.0" }
rand = "0.8.5"
ureq = { version = "2.10.1", features = ["native-tls"] }
url = "2.5.2"
sha1 = "0.10.6"
indicatif = "0.17.8"