PeerId rework: PeerId is now unique and enforces b32-encoded destination

This commit is contained in:
Philip (a-0) 2024-03-23 18:16:46 +01:00
parent 636aff64b9
commit a68c08292f
5 changed files with 57 additions and 67 deletions

View file

@ -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"