1234567891011121314151617181920 |
- [package]
- name = "example"
- version = "0.1.0"
- authors = ["Armani Ferrante <armaniferrante@gmail.com>"]
- rust-version = "1.56"
- edition = "2021"
- [workspace]
- [dependencies]
- anchor-client = { path = "../", features = ["debug"] }
- 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"] }
- composite = { path = "../../tests/composite/programs/composite", features = ["no-entrypoint"] }
- events = { path = "../../tests/events/programs/events", features = ["no-entrypoint"] }
- shellexpand = "2.1.0"
- anyhow = "1.0.32"
- rand = "0.7.3"
- clap = { version = "3.0.0-rc.0", features = ["derive"] }
- solana-sdk = "~1.10.29"
|