Skip to content

Commit

Permalink
meta: Add missing crate metadata to satisfy clippy (#888) (#899)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Simmerl <[email protected]>
Co-authored-by: Thane Thomson <[email protected]>
  • Loading branch information
xla and thanethomson authored Jun 10, 2021
1 parent 258a912 commit 4e0e61c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
1 change: 1 addition & 0 deletions abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Thane Thomson <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
categories = ["cryptography::cryptocurrencies", "network-programming"]
keywords = ["abci", "blockchain", "bft", "consensus", "tendermint"]
repository = "https://github.com/informalsystems/tendermint-rs"
description = """
Expand Down
1 change: 1 addition & 0 deletions light-client-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["blockchain", "bft", "consensus", "light-client", "tendermint"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
repository = "https://github.com/informalsystems/tendermint-rs"
description = """
tendermint-light-client-js provides a lightweight, WASM-based interface to
Expand Down
1 change: 1 addition & 0 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
license = "Apache-2.0"
readme = "README.md"
keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
repository = "https://github.com/informalsystems/tendermint-rs"
authors = [
"Sean Braithwaite <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions pbt-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "tendermint-pbt-gen"
version = "0.19.0"
authors = ["Shon Feder <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
categories = ["development-tools"]
keywords = ["tendermint", "property-based testing"]
repository = "https://github.com/informalsystems/tendermint-rs"
description = """
An internal crate providing proptest generators used across our
crates and not depending on any code internal to those crates.
Expand Down
2 changes: 2 additions & 0 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
repository = "https://github.com/informalsystems/tendermint-rs"
readme = "README.md"
keywords = ["blockchain", "cosmos", "tendermint"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
authors = [
"Sean Braithwaite <[email protected]>",
"Ethan Buchman <[email protected]>",
Expand Down
18 changes: 10 additions & 8 deletions testgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "tendermint-testgen"
version = "0.19.0"
authors = ["Andrey Kuprianov <[email protected]>", "Shivani Joshi <[email protected]>"]
edition = "2018"
readme = "README.md"
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
repository = "https://github.com/informalsystems/tendermint-rs/tree/master/testgen"
name = "tendermint-testgen"
version = "0.19.0"
authors = ["Andrey Kuprianov <[email protected]>", "Shivani Joshi <[email protected]>"]
edition = "2018"
readme = "README.md"
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
repository = "https://github.com/informalsystems/tendermint-rs/tree/master/testgen"
keywords = ["blockchain", "tendermint", "testing"]
categories = ["cryptography::cryptocurrencies", "development-tools"]
description = """
tendermint-testgen is a library and a small binary utility for generating
tendermint datastructures from minimal input (for testing purposes only).
Expand Down

0 comments on commit 4e0e61c

Please sign in to comment.