thru-cli 0.2.20

Command-line interface for the Thru blockchain (legacy name)
[package]
name = "thru-cli"
version = "0.2.20"
description = "Command-line interface for the Thru blockchain (legacy name)"
license = "Apache-2.0"
repository = "https://github.com/Unto-Labs/thru"
edition = "2024"
keywords = ["thru", "cli", "blockchain", "rpc"]
categories = ["command-line-utilities", "cryptography::cryptocurrencies"]

[[bin]]
name = "thru-cli"
path = "src/main.rs"

[dependencies]
thru-core = { version = "0.2.20", path = "../thru-core" }
anyhow = "1.0"
tokio = { version = "1.52", features = ["full"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt"] }