mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-31 23:26:47 +00:00
move spl cpis to utils
This commit is contained in:
@@ -9,6 +9,12 @@ documentation.workspace = true
|
||||
repository.workspace = true
|
||||
keywords.workspace = true
|
||||
|
||||
[features]
|
||||
deafult = []
|
||||
spl = ["spl-token", "spl-associated-token-account"]
|
||||
|
||||
[dependencies]
|
||||
bytemuck.workspace = true
|
||||
solana-program.workspace = true
|
||||
spl-token = { workspace = true, optional = true }
|
||||
spl-associated-token-account = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user