Skip to content

Commit a4ac682

Browse files
committed
dev: copy bencode into local contrib folder
1 parent ff3e1a5 commit a4ac682

File tree

24 files changed

+2150
-15
lines changed

24 files changed

+2150
-15
lines changed

Cargo.lock

Lines changed: 229 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ uuid = { version = "1", features = ["v4"] }
4141
axum = "0.6.20"
4242
axum-server = { version = "0.5", features = ["tls-rustls"] }
4343
axum-client-ip = "0.4.1"
44-
bip_bencode = "0.4"
44+
bencode = { version = "1.0.0-alpha.1", path = "contrib/bencode" }
4545
torrust-tracker-primitives = { version = "3.0.0-alpha.3", path = "packages/primitives" }
4646
torrust-tracker-configuration = { version = "3.0.0-alpha.3", path = "packages/configuration" }
4747
torrust-tracker-located-error = { version = "3.0.0-alpha.3", path = "packages/located-error" }
@@ -59,6 +59,7 @@ torrust-tracker-test-helpers = { version = "3.0.0-alpha.3", path = "packages/tes
5959

6060
[workspace]
6161
members = [
62+
"contrib/bencode",
6263
"packages/configuration",
6364
"packages/primitives",
6465
"packages/test-helpers",

0 commit comments

Comments
 (0)