anchor/client/example/Cargo.toml

17 lines
494 B
TOML
Raw Normal View History

2021-01-29 08:02:34 -08:00
[package]
name = "example"
version = "0.1.0"
authors = ["Armani Ferrante <armaniferrante@gmail.com>"]
edition = "2018"
[workspace]
[dependencies]
anchor-client = { git = "https://github.com/project-serum/anchor" }
2021-01-29 08:02:34 -08:00
basic-2 = { path = "../../examples/tutorial/basic-2/programs/basic-2", features = ["no-entrypoint"] }
composite = { path = "../../examples/composite/programs/composite", features = ["no-entrypoint"] }
shellexpand = "2.1.0"
anyhow = "1.0.32"
rand = "0.7.3"
clap = "3.0.0-beta.2"