cometbft 0.0.0

Placeholder for the upcoming Rust CometBFT client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name        = "cometbft"
version     = "0.0.0"
edition     = "2021"
license     = "Apache-2.0"
categories  = ["cryptography", "cryptography::cryptocurrencies", "database"]
keywords    = ["blockchain", "bft", "consensus", "cosmos", "cometbft"]
description = "Placeholder for the upcoming Rust CometBFT client."
authors     = ["comet@example.com"]

[dependencies]