trdelnik-client 0.5.0

The trdelnik_client crate helps you build and deploy an Anchor program to a local cluster and run a test suite against it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "trdelnik-tests"
version = "0.1.0"
description = "Created with Trdelnik"
edition = "2021"

[dependencies]
trdelnik-client = "0.5.0"
assert_matches = "1.4.0"
program_client = { path = "../.program_client" }

[dev-dependencies]
fehler = "1.0.0"
rstest = "0.12.0"