trdelnik-cli 0.5.0

Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 }