anchor/client/example/Cargo.toml

19 lines
666 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]
2021-03-24 20:19:29 -07:00
anchor-client = { path = "../" }
2021-01-29 08:02:34 -08:00
basic-2 = { path = "../../examples/tutorial/basic-2/programs/basic-2", features = ["no-entrypoint"] }
basic-4 = { path = "../../examples/tutorial/basic-4/programs/basic-4", features = ["no-entrypoint"] }
2021-09-04 05:33:39 -07:00
composite = { path = "../../tests/composite/programs/composite", features = ["no-entrypoint"] }
events = { path = "../../tests/events/programs/events", features = ["no-entrypoint"] }
2021-01-29 08:02:34 -08:00
shellexpand = "2.1.0"
anyhow = "1.0.32"
rand = "0.7.3"
2021-10-17 20:06:48 -07:00
clap = "3.0.0-beta.5"
2021-09-03 11:01:35 -07:00
solana-sdk = "1.7.11"