|
@@ -18,13 +18,12 @@ no-idl = []
|
|
no-log-ix-name = []
|
|
no-log-ix-name = []
|
|
cpi = ["no-entrypoint"]
|
|
cpi = ["no-entrypoint"]
|
|
default = []
|
|
default = []
|
|
-idl-build = ["anchor-lang/idl-build"]
|
|
|
|
-anchor-debug = ["anchor-lang/anchor-debug"]
|
|
|
|
|
|
+idl-build = ["bolt-lang/idl-build"]
|
|
|
|
+anchor-debug = ["bolt-lang/anchor-debug"]
|
|
custom-heap = []
|
|
custom-heap = []
|
|
custom-panic = []
|
|
custom-panic = []
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
-anchor-lang = { workspace = true }
|
|
|
|
anchor-spl = { workspace = true, features = ["metadata"]}
|
|
anchor-spl = { workspace = true, features = ["metadata"]}
|
|
bolt-lang = { path = "../../crates/bolt-lang" }
|
|
bolt-lang = { path = "../../crates/bolt-lang" }
|
|
velocity = { path = "../component-velocity", features = ["cpi"]}
|
|
velocity = { path = "../component-velocity", features = ["cpi"]}
|