Cargo.toml 375 B

12345678910111213141516171819
  1. [package]
  2. name = "lockup"
  3. version = "0.1.0"
  4. description = "Created with Anchor"
  5. edition = "2018"
  6. [lib]
  7. crate-type = ["cdylib", "lib"]
  8. name = "lockup"
  9. [features]
  10. no-entrypoint = []
  11. cpi = ["no-entrypoint"]
  12. anchor-deprecated-state = []
  13. default = ["anchor-deprecated-state"]
  14. [dependencies]
  15. anchor-lang = { path = "../../../../lang" }
  16. anchor-spl = { path = "../../../../spl" }