mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
remove idl injection
This commit is contained in:
@@ -9,7 +9,6 @@ documentation.workspace = true
|
||||
repository.workspace = true
|
||||
readme.workspace = true
|
||||
keywords.workspace = true
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
@@ -20,7 +19,6 @@ default = []
|
||||
|
||||
[dependencies]
|
||||
drillx.workspace = true
|
||||
solana-include-idl = "0.1"
|
||||
mpl-token-metadata.workspace = true
|
||||
ore-api.workspace = true
|
||||
ore-boost-api.workspace = true
|
||||
@@ -32,5 +30,3 @@ steel.workspace = true
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
|
||||
[build-dependencies]
|
||||
solana-include-idl = { version = "0.1", features = ["shrink"] }
|
||||
|
||||
Reference in New Issue
Block a user