tetkey 2.0.0

Tetkey utility, based on node_runtime.
Documentation
[package]
name = "tetkey"
version = "2.0.0"
description = "Tetkey utility, based on node_runtime."
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
edition = "2018"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
categories = ["cryptography::cryptocurrencies"]
homepage = "https://core.tetcoin.org"
repository = "https://github.com/tetcoin/tetcore"
documentation = "https://docs.rs/tetkey"
readme = "README.md"

[[bin]]
path = "src/main.rs"
name = "tetkey"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
tc-cli = { version = "0.8.0", path = "../../../client/cli" }
structopt = "0.3.14"