Bumps [serde](https://github.com/serde-rs/serde) from 1.0.111 to 1.0.112. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.111...v1.0.112) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
28 lines
652 B
TOML
28 lines
652 B
TOML
[package]
|
|
name = "btc_spv_bin"
|
|
version = "1.3.0"
|
|
description = "Solana Bitcoin spv parsing program"
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap="2.33.1"
|
|
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
|
serde="1.0.112"
|
|
serde_derive="1.0.103"
|
|
hex = "0.4.2"
|
|
|
|
[[bin]]
|
|
name = "blockheaders"
|
|
path = "src/blockheade.rs"
|
|
|
|
[[bin]]
|
|
name = "blocks"
|
|
path = "src/block.rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|