Add aquatic_peer_id crate for peer client parsing

This commit is contained in:
Joakim Frostegård 2023-06-04 16:10:13 +02:00
parent 73a903ed44
commit 3ca21390df
4 changed files with 195 additions and 0 deletions

9
Cargo.lock generated
View file

@ -179,6 +179,15 @@ dependencies = [
"urlencoding",
]
[[package]]
name = "aquatic_peer_id"
version = "0.8.0"
dependencies = [
"compact_str",
"regex",
"serde",
]
[[package]]
name = "aquatic_toml_config"
version = "0.8.0"