anchor/examples/zero-copy/Anchor.toml

10 lines
149 B
TOML
Raw Normal View History

[provider]
2021-04-17 12:07:48 -07:00
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[workspace]
members = ["zero-copy"]
2021-07-29 14:38:24 -07:00
[scripts]
test = "mocha -t 1000000 tests/"