Files
solana/programs/btc_spv_bin/Cargo.toml
dependabot-preview[bot] 891767c6b7 Bump serde_json from 1.0.42 to 1.0.44
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.42 to 1.0.44.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.42...v1.0.44)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-08 09:43:24 -07:00

26 lines
581 B
TOML

[package]
name = "btc_spv_bin"
version = "0.22.0"
description = "Solana Bitcoin spv parsing program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
clap="2.33.0"
reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] }
serde="1.0.103"
serde_derive="1.0.103"
serde_json = "1.0.44"
hex = "0.3.2"
[[bin]]
name = "blockheaders"
path = "src/blockheade.rs"
[[bin]]
name = "blocks"
path = "src/block.rs"