Files
solana/programs/btc_spv_bin/Cargo.toml
dependabot-preview[bot] bc2141fbe0 Bump ureq from 0.11.0 to 0.11.1 (#5905)
Bumps [ureq](https://github.com/algesten/ureq) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/algesten/ureq/releases)
- [Commits](https://github.com/algesten/ureq/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-16 16:51:45 -06:00

17 lines
309 B
TOML

[package]
name = "btc_spv_bin"
version = "0.1.0"
authors = ["patrick <patrick.solana.com>"]
edition = "2018"
[dependencies]
clap="2.33.0"
serde="1.0.100"
serde_derive="1.0.100"
serde_json = "1.0.40"
ureq = { version = "0.11.1", features = ["json"] }
[[bin]]
name = "blockheaders"
path = "src/blockheade.rs"