turdle-cli 0.1.0

Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor.
Documentation
[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0.56"

[dependencies.clap]
features = ["derive"]
version = "3.1.6"

[dependencies.fehler]
default-features = false
version = "1.0.0"

[dependencies.solana-sdk]
version = "~1.14.16"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros", "fs", "signal", "sync", "time", "io-util", "process"]
version = "~1.14.1"

[dependencies.trdelnik-client]
package = "turdle-client"
version = "0.1.0"

[dependencies.trdelnik-explorer]
package = "turdle-explorer"
version = "0.1.0"

[package]
description = "Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor."
edition = "2021"
license-file = "LICENSE"
name = "turdle-cli"
readme = "README.md"
repository = "https://github.com/AlphaPrime8/turdle"
resolver = "1"
rust-version = "1.59"
version = "0.1.0"