trinci-node 0.1.0

TRINCI Blockchain Node
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "trinci-node"
version = "0.1.0"
authors = ["The Affidaty Team <trinci@affidaty.io>"]
edition = "2021"
description = "TRINCI Blockchain Node"
homepage = "https://trinci.io"
documentation = "https://github.com/affidaty-blockchain/trinci-node/blob/master/README.md"
keywords = ["trinci", "blockchain", "node"]
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/affidaty-blockchain/trinci-node"

[dependencies]