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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-09 16:57:46 -07:00

33 lines
854 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
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.54"
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"]