Files
solana/vote-signer/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

31 lines
764 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-vote-signer"
description = "Solana Vote Signing Service"
version = "0.22.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
bs58 = "0.3.0"
clap = "2.33"
jsonrpc-core = "14.0.5"
jsonrpc-derive = "14.0.5"
jsonrpc-http-server = "14.0.5"
log = "0.4.8"
serde = "1.0.103"
serde_json = "1.0.44"
solana-clap-utils = { path = "../clap-utils", version = "0.22.0" }
solana-metrics = { path = "../metrics", version = "0.22.0" }
solana-sdk = { path = "../sdk", version = "0.22.0" }
[lib]
crate-type = ["lib"]
name = "solana_vote_signer"
[[bin]]
name = "solana-vote-signer"
path = "src/bin/main.rs"