[package] name = "trident-cli" version = "0.8.1" edition = "2021" repository = "https://github.com/Ackee-Blockchain/trident" license-file = "../../LICENSE" readme = "../../README.md" description = "Trident is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor." [dependencies] # TRIDENT trident-client = { path = "../client", version = "0.8.1" } # MISC clap = { version = "4", features = ["derive"] } tokio = { version = "1" } anyhow = { version = "1" } fehler = { version = "1" } termimad = "0.30.0"