[package]
name = "trdelnik-cli"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trdelnik"
license-file = "../../LICENSE"
readme = "../../README.md"
description = "Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor."
[dependencies]
clap = { workspace = true }
tokio = { workspace = true }
anyhow = { workspace = true }
fehler = { workspace = true }
solana-sdk = { workspace = true }
trdelnik-client = { workspace = true }
trdelnik-explorer = { workspace = true }