mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Add aquatic_peer_id crate for peer client parsing
This commit is contained in:
parent
73a903ed44
commit
3ca21390df
4 changed files with 195 additions and 0 deletions
18
aquatic_peer_id/Cargo.toml
Normal file
18
aquatic_peer_id/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "aquatic_peer_id"
|
||||
description = "BitTorrent peer ID handling"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
readme.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "aquatic_peer_id"
|
||||
|
||||
[dependencies]
|
||||
compact_str = "0.7"
|
||||
regex = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue