Skip to content

Commit

Permalink
dev: copy bencode into local contrib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Aug 21, 2023
1 parent ff3e1a5 commit a4ac682
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 a4ac682

Please sign in to comment.