Skip to content

Commit 5aebd44

Browse files
committed
adapter - add reqwest
1 parent 06a2f24 commit 5aebd44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapter/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ tiny-keccak = "1.5"
2121
parity-crypto = { version = "0.4.2", features = ["publickey"] }
2222
ethstore = { version = "0.2.1", git = "https://github.com/elpiel/parity-ethereum"}
2323
ethkey = { version = "0.4.0", git = "https://github.com/elpiel/parity-ethereum"}
24+
# API client
25+
reqwest = { version = "0.10", features = ["json"] }
26+
2427
sha2 = "0.8.0"
2528
base64 = "0.10.1"
2629
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)