Cargo.toml 484 B

1234567891011121314151617181920212223242526
  1. [package]
  2. name = "with-3-components"
  3. version = "0.2.3"
  4. description = "Created with Bolt"
  5. edition = "2021"
  6. [lib]
  7. crate-type = ["cdylib", "lib"]
  8. name = "with_3_components"
  9. [features]
  10. no-entrypoint = []
  11. no-idl = []
  12. no-log-ix-name = []
  13. cpi = ["no-entrypoint"]
  14. default = []
  15. idl-build = ["bolt-lang/idl-build"]
  16. anchor-debug = ["bolt-lang/anchor-debug"]
  17. custom-heap = []
  18. custom-panic = []
  19. [dependencies]
  20. bolt-lang.workspace = true
  21. component-small.workspace = true
  22. serde.workspace = true