access list: use hex crate for info hash parsing

This commit is contained in:
Joakim Frostegård 2021-10-15 10:09:02 +02:00
parent 752873280b
commit f370dac330
4 changed files with 16 additions and 15 deletions

1
Cargo.lock generated
View file

@ -76,6 +76,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"hashbrown 0.11.2",
"hex",
"indexmap",
"rand",
"serde",