2024-02-20 16:34:42 +00:00
|
|
|
[package]
|
|
|
|
name = "quartz-proto"
|
2024-05-30 00:00:43 +00:00
|
|
|
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"
|
2024-02-20 16:34:42 +00:00
|
|
|
|
2024-08-08 10:25:56 +00:00
|
|
|
|
2024-02-20 16:34:42 +00:00
|
|
|
[dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
# external
|
|
|
|
prost.workspace = true
|
|
|
|
tonic.workspace = true
|
2024-02-20 16:34:42 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-05-30 00:00:43 +00:00
|
|
|
tonic-build.workspace = true
|