Skip to content

Commit

Permalink
feat: add dep bittorrent-primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 30, 2024
1 parent 105dfc1 commit 7d7dba5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
31 changes: 24 additions & 7 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ axum = { version = "0", features = ["macros"] }
axum-client-ip = "0"
axum-extra = { version = "0", features = ["query"] }
axum-server = { version = "0", features = ["tls-rustls"] }
bittorrent-primitives = "0.1.0"
camino = { version = "1", features = ["serde", "serde1"] }
chrono = { version = "0", default-features = false, features = ["clock"] }
clap = { version = "4", features = ["derive", "env"] }
Expand Down
1 change: 1 addition & 0 deletions packages/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version.workspace = true
[dependencies]
aquatic_udp_protocol = "0"
binascii = "0"
bittorrent-primitives = "0.1.0"
derive_more = { version = "1", features = ["constructor"] }
serde = { version = "1", features = ["derive"] }
tdyne-peer-id = "1"
Expand Down
1 change: 1 addition & 0 deletions packages/torrent-repository/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ version.workspace = true

[dependencies]
aquatic_udp_protocol = "0"
bittorrent-primitives = "0.1.0"
crossbeam-skiplist = "0"
dashmap = "6"
futures = "0"
Expand Down

0 comments on commit 7d7dba5

Please sign in to comment.