Files
solana/vote-signer/Cargo.toml
dependabot-preview[bot] 85f03b590d Bump jsonrpc-derive from 13.0.0 to 13.1.0 (#5668)
Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/paritytech/jsonrpc/releases)
- [Commits](https://github.com/paritytech/jsonrpc/compare/v13.0.0...v13.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-27 08:48:34 -07:00

30 lines
711 B
TOML

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