essential-node-types 0.1.0

Core types used within this implementation of the Essential protocol.
Documentation
[dependencies.essential-hash]
version = "0.4.0"

[dependencies.essential-types]
version = "0.3.0"

[dependencies.serde]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[lib]
name = "essential_node_types"
path = "src/lib.rs"

[package]
authors = ["Essential Contributions <contact@essentialcontributions.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Core types used within this implementation of the Essential protocol."
edition = "2021"
homepage = "https://essential.builders/"
license = "Apache-2.0"
name = "essential-node-types"
readme = false
repository = "https://github.com/essential-contributions/essential-node"
version = "0.1.0"

[[test]]
name = "big-bang"
path = "tests/big-bang.rs"