From e883117a7ddc67165daacc960253b8245282ae88 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 7 Jan 2019 22:18:48 -0800 Subject: [PATCH] Add missing description field, required for crate publishing --- fullnode-config/Cargo.toml | 1 + fullnode/Cargo.toml | 1 + genesis/Cargo.toml | 1 + ledger-tool/Cargo.toml | 1 + wallet/Cargo.toml | 1 + 5 files changed, 5 insertions(+) diff --git a/fullnode-config/Cargo.toml b/fullnode-config/Cargo.toml index efbf6dab84..fa1f9853d1 100644 --- a/fullnode-config/Cargo.toml +++ b/fullnode-config/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-fullnode-config" +description = "Blockchain, Rebuilt for Scale" version = "0.12.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" diff --git a/fullnode/Cargo.toml b/fullnode/Cargo.toml index 5a6e60a09c..2024ed964a 100644 --- a/fullnode/Cargo.toml +++ b/fullnode/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-fullnode" +description = "Blockchain, Rebuilt for Scale" version = "0.12.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index fddd960adc..2e62c6b531 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-genesis" +description = "Blockchain, Rebuilt for Scale" version = "0.12.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index cc70425325..9423b02a47 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-ledger-tool" +description = "Blockchain, Rebuilt for Scale" version = "0.12.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 0732596215..c33cfa4c90 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Solana Maintainers "] edition = "2018" name = "solana-wallet" +description = "Blockchain, Rebuilt for Scale" version = "0.12.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0"