cycles-quartz/crates/enclave/tm-stateless-verifier/Cargo.toml

24 lines
585 B
TOML
Raw Normal View History

2023-12-31 21:12:32 +00:00
[package]
2024-10-01 14:27:57 +00:00
name = "quartz-tm-stateless-verifier"
2024-05-30 00:00:43 +00:00
version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
2024-05-30 00:00:43 +00:00
repository.workspace = true
homepage.workspace = true
categories = ["cryptography::cryptocurrencies", "wasm"]
keywords = ["cosmos", "cosmwasm", "cycles", "quartz", "sgx"]
2024-05-30 00:00:43 +00:00
readme = "README.md"
description = """
Stateless verification of a tendermint light client proof.
"""
2023-12-31 21:12:32 +00:00
[dependencies]
2024-05-30 00:00:43 +00:00
# external
displaydoc.workspace = true
# cosmos
tendermint.workspace = true
tendermint-light-client.workspace = true