PeerId rework: PeerId is now unique and enforces b32-encoded destination
This commit is contained in:
parent
636aff64b9
commit
a68c08292f
5 changed files with 57 additions and 67 deletions
|
@ -10,6 +10,7 @@ axum = { version = "0.7.2", features = [ "macros" ] }
|
|||
chrono = "0.4.31"
|
||||
itertools = "0.12.0"
|
||||
jsonwebtoken = "9.2.0"
|
||||
regex = "1.10.4"
|
||||
reqwest = "0.11.23"
|
||||
serde = { version = "1.0.166", features = [ "derive" ] }
|
||||
serde_json = "1.0.99"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue