improvement(NIP-19): identify and parse NIP-19 addresses

This commit is contained in:
w3irdrobot
2023-01-29 18:55:30 -06:00
committed by Greg Heartsfield
parent 6f1a4e7d76
commit c1152ce430
4 changed files with 42 additions and 6 deletions
+1
View File
@@ -48,6 +48,7 @@ sqlx = { version ="0.6.2", features=["runtime-tokio-rustls", "postgres", "chrono
chrono = "0.4.23"
prometheus = "0.13.3"
indicatif = "0.17.3"
bech32 = "0.9.1"
[dev-dependencies]
anyhow = "1"