Cargo.toml 252 B

123456789101112131415
  1. [package]
  2. name = "lamports"
  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" }