cycles-quartz/core/quartz-proto/Cargo.toml
dusterbloom a18ae28c48
feat: neutrond tendermint upgrades (#119)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-08-08 12:25:56 +02:00

20 lines
406 B
TOML

[package]
name = "quartz-proto"
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["blockchain", "cosmos", "tendermint", "cycles", "quartz"]
readme = "README.md"
[dependencies]
# external
prost.workspace = true
tonic.workspace = true
[build-dependencies]
tonic-build.workspace = true