Cargo.toml 651 B

123456789101112131415161718
  1. [package]
  2. name = "example"
  3. version = "0.1.0"
  4. authors = ["Armani Ferrante <armaniferrante@gmail.com>"]
  5. edition = "2018"
  6. [workspace]
  7. [dependencies]
  8. anchor-client = { path = "../" }
  9. basic-2 = { path = "../../examples/tutorial/basic-2/programs/basic-2", features = ["no-entrypoint"] }
  10. basic-4 = { path = "../../examples/tutorial/basic-4/programs/basic-4", features = ["no-entrypoint"] }
  11. composite = { path = "../../examples/composite/programs/composite", features = ["no-entrypoint"] }
  12. events = { path = "../../examples/events/programs/events", features = ["no-entrypoint"] }
  13. shellexpand = "2.1.0"
  14. anyhow = "1.0.32"
  15. rand = "0.7.3"
  16. clap = "3.0.0-beta.2"