mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
access list: use hex crate for info hash parsing
This commit is contained in:
parent
752873280b
commit
f370dac330
4 changed files with 16 additions and 15 deletions
|
|
@ -13,6 +13,7 @@ name = "aquatic_common"
|
|||
[dependencies]
|
||||
anyhow = "1"
|
||||
hashbrown = "0.11.2"
|
||||
hex = "0.4"
|
||||
indexmap = "1"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue