1234567891011121314151617181920212223242526 |
- [package]
- name = "with-8-components"
- version = "0.2.3"
- description = "Created with Bolt"
- edition = "2021"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "with_8_components"
- [features]
- no-entrypoint = []
- no-idl = []
- no-log-ix-name = []
- cpi = ["no-entrypoint"]
- default = []
- idl-build = ["bolt-lang/idl-build"]
- anchor-debug = ["bolt-lang/anchor-debug"]
- custom-heap = []
- custom-panic = []
- [dependencies]
- bolt-lang.workspace = true
- component-small.workspace = true
- serde.workspace = true
|