canonicalize relay urls to avoid false duplicates

This commit is contained in:
Ken Sedgwick
2024-10-19 11:18:41 -07:00
parent e166dc17ef
commit 570d64c3cd
3 changed files with 13 additions and 0 deletions

View File

@@ -15,3 +15,4 @@ nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "9bbafd8a2e904
hex = "0.4.3"
tracing = "0.1.40"
env_logger = "0.11.1"
url = "2.5.2"