Cargo.toml 290 B

12345678910111213141516
  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. idl-build = ["anchor-lang/idl-build"]
  12. [dependencies]
  13. anchor-lang = { path = "../../../../lang" }