Files
solana/programs/btc_spv_bin/Cargo.toml
dependabot-preview[bot] 73dd5aa2d1 Bump serde_derive from 1.0.101 to 1.0.102 (#6582)
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.101 to 1.0.102.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.101...v1.0.102)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-28 08:24:13 -07:00

26 lines
581 B
TOML

[package]
name = "btc_spv_bin"
version = "0.21.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.101"
serde_derive="1.0.102"
serde_json = "1.0.41"
hex = "0.3.2"
[[bin]]
name = "blockheaders"
path = "src/blockheade.rs"
[[bin]]
name = "blocks"
path = "src/block.rs"