We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc345e4 commit b7f8585Copy full SHA for b7f8585
Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "tower-abci"
3
version = "0.15.0"
4
-authors = ["Henry de Valence <hdevalence@penumbra.zone>"]
+authors = [
5
+ "Penumbra Labs <team@penumbralabs.xyz>",
6
+ "Henry de Valence <hdevalence@penumbralabs.xyz"
7
+]
8
edition = "2021"
9
license = "MIT"
10
description = "A `tower`-based interface to Tendermint's ABCI"
0 commit comments