mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
09f8ac37c4
Moves tendermint again, this time under tributary.
11 lines
411 B
TOML
11 lines
411 B
TOML
[package]
|
|
name = "tributary-chain"
|
|
version = "0.1.0"
|
|
description = "A micro-blockchain to provide consensus and ordering to P2P communication"
|
|
license = "AGPL-3.0-only"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/coordinator/tributary"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tendermint = { package = "tendermint-machine", path = "./tendermint" }
|