Skip to content

Commit

Permalink
Merge #366: deps: localy provided bencode implmentation
Browse files Browse the repository at this point in the history
a4ac682 dev: copy bencode into local contrib folder (Cameron Garnham)

Pull request description:

ACKs for top commit:
  da2ce7:
    ACK a4ac682

Tree-SHA512: b93902f7e5924b9042a551cc26076b610dd3b2d3a7087dc917f6e3b24b65daf1b5b68d7e494defd8e12a9feef791ba3ad24e6125b69b62ffb195d502e07aaccc
  • Loading branch information
da2ce7 committed Aug 21, 2023
2 parents ff3e1a5 + a4ac682 commit 8a51b32
Show file tree
Hide file tree
Showing 24 changed files with 2,150 additions and 15 deletions.
241 changes: 229 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ uuid = { version = "1", features = ["v4"] }
axum = "0.6.20"
axum-server = { version = "0.5", features = ["tls-rustls"] }
axum-client-ip = "0.4.1"
bip_bencode = "0.4"
bencode = { version = "1.0.0-alpha.1", path = "contrib/bencode" }
torrust-tracker-primitives = { version = "3.0.0-alpha.3", path = "packages/primitives" }
torrust-tracker-configuration = { version = "3.0.0-alpha.3", path = "packages/configuration" }
torrust-tracker-located-error = { version = "3.0.0-alpha.3", path = "packages/located-error" }
Expand All @@ -59,6 +59,7 @@ torrust-tracker-test-helpers = { version = "3.0.0-alpha.3", path = "packages/tes

[workspace]
members = [
"contrib/bencode",
"packages/configuration",
"packages/primitives",
"packages/test-helpers",
Expand Down
Loading

0 comments on commit 8a51b32

Please sign in to comment.