Files
solana/vote-signer/Cargo.toml
dependabot-preview[bot] 5055028231 Bump serde_json from 1.0.54 to 1.0.56
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.54 to 1.0.56.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.54...v1.0.56)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 11:13:22 -07:00

33 lines
861 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
edition = "2018"
name = "solana-vote-signer"
description = "Solana Vote Signing Service"
version = "1.3.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.33"
jsonrpc-core = "14.2.0"
jsonrpc-derive = "14.2.1"
jsonrpc-http-server = "14.2.0"
log = "0.4.8"
serde_json = "1.0.56"
solana-clap-utils = { path = "../clap-utils", version = "1.3.0" }
solana-metrics = { path = "../metrics", version = "1.3.0" }
solana-sdk = { path = "../sdk", version = "1.3.0" }
solana-version = { path = "../version", version = "1.3.0" }
[lib]
crate-type = ["lib"]
name = "solana_vote_signer"
[[bin]]
name = "solana-vote-signer"
path = "src/bin/main.rs"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]