Move substrate/consensus/tendermint to substrate/tendermint

This commit is contained in:
Luke Parker
2022-10-16 01:32:54 -04:00
parent d081934725
commit ccd4ef193c
6 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "tendermint-machine"
version = "0.1.0"
description = "An implementation of the Tendermint state machine in Rust"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tendermint"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
tokio = "1"