bolt-component 0.1.1

Bolt component template
Documentation
[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.29.0"

[dependencies.bolt-system]
features = ["cpi"]
version = "=0.1.1"

[features]
cpi = ["no-entrypoint"]
default = []
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []

[lib]
crate-type = ["cdylib", "lib"]
name = "bolt_component"

[package]
authors = ["Magicblock Labs <dev@magicblock.gg>"]
description = "Bolt component template"
edition = "2021"
homepage = "https://www.magicblock.gg/"
license = "MIT"
name = "bolt-component"
repository = "https://github.com/magicblock-labs/bolt"
resolver = "1"
version = "0.1.1"