Skip to content

Commit

Permalink
enable json-schema for tendermint-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 8, 2024
1 parent bb44393 commit 227d1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ transport = ["tonic/transport", "cosmos-sdk-proto/grpc-transport"]
std = ["cosmos-sdk-proto/std", "prost/std", "bytes/std", "subtle-encoding/std", "base64/std", "flex-error/std", "ics23/std", "informalsystems-pbjson/std"]
serde = ["dep:serde", "dep:informalsystems-pbjson", "ics23/serde", "cosmos-sdk-proto/serde"]
client = ["std", "dep:tonic", "tonic/codegen", "tonic/prost"]
json-schema = ["std", "serde", "dep:schemars"]
json-schema = ["std", "serde", "tendermint-proto/json-schema", "dep:schemars"]
server = ["std", "dep:tonic", "tonic/codegen", "tonic/prost"]
parity-scale-codec = ["tendermint-proto/parity-scale-codec"]
borsh = ["tendermint-proto/borsh"]
Expand Down

0 comments on commit 227d1a0

Please sign in to comment.