improvement(NIP-19): identify and parse NIP-19 addresses
This commit is contained in:
committed by
Greg Heartsfield
parent
6f1a4e7d76
commit
c1152ce430
Generated
+7
@@ -280,6 +280,12 @@ version = "0.21.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
||||
|
||||
[[package]]
|
||||
name = "bech32"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
|
||||
|
||||
[[package]]
|
||||
name = "bitcoin_hashes"
|
||||
version = "0.10.0"
|
||||
@@ -1531,6 +1537,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"async-std",
|
||||
"async-trait",
|
||||
"bech32",
|
||||
"bitcoin_hashes",
|
||||
"chrono",
|
||||
"clap",
|
||||
|
||||
Reference in New Issue
Block a user