mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
21 lines
533 B
TOML
21 lines
533 B
TOML
[package]
|
|
name = "ore-utils"
|
|
description = "Utils for building ORE programs"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
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 }
|