1234567891011121314151617181920212223 |
- [package]
- name = "component-small"
- version.workspace = true
- description = "Created with Bolt"
- edition = "2021"
- [lib]
- crate-type = ["cdylib", "lib"]
- name = "component_small"
- [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
|