Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rust/rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1"


anyhow = "1.0.68" # ergonomic error handling with context support (e.g., `anyhow::Result`)
bytes = "1.3.0" # for managing and manipulating byte buffers (used in torrent data exchange)
bytes = "1.11.0" # for managing and manipulating byte buffers (used in torrent data exchange)
#clap = { version = "4.0.32", features = ["derive"] } # command-line argument parser (for building CLI interfaces)
hex = "0.4.3" # for hex encoding/decoding (used in info-hash/logging)
regex = "1" # regular expressions (e.g., validating tracker URLs or parsing responses)
Expand Down