Cargo.toml 291 B

12345678910111213141516
  1. [package]
  2. name = "bench"
  3. version = "0.1.0"
  4. description = "Created with Anchor"
  5. edition = "2021"
  6. [lib]
  7. crate-type = ["cdylib", "lib"]
  8. [features]
  9. no-entrypoint = []
  10. cpi = ["no-entrypoint"]
  11. [dependencies]
  12. anchor-lang = { path = "../../../../lang" }
  13. anchor-spl = { path = "../../../../spl" }