remote-wallet: Add helpers for locating remote wallets

This commit is contained in:
Trent Nelson
2021-04-20 16:35:28 -06:00
committed by Trent Nelson
parent 722de942ca
commit 64fcb792c2
4 changed files with 638 additions and 5 deletions

View File

@ -2076,6 +2076,15 @@ dependencies = [
"unicode-xid 0.2.0",
]
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
[[package]]
name = "quote"
version = "0.6.13"
@ -3372,10 +3381,11 @@ dependencies = [
"num-derive 0.3.0",
"num-traits",
"parking_lot 0.10.2",
"qstring",
"semver 0.9.0",
"solana-sdk",
"thiserror",
"url",
"uriparse",
]
[[package]]