Cargo.toml 316 B

1234567891011121314151617181920
  1. [package]
  2. name = "bolt-system"
  3. version = "0.0.1"
  4. edition = "2021"
  5. description = "Bolt system template"
  6. license = "MIT"
  7. [lib]
  8. crate-type = ["cdylib", "lib"]
  9. name = "bolt_system"
  10. [features]
  11. no-entrypoint = []
  12. no-idl = []
  13. no-log-ix-name = []
  14. cpi = ["no-entrypoint"]
  15. default = []
  16. [dependencies]
  17. anchor-lang = "0.29.0"