mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 15:09:57 +00:00
35 lines
761 B
TOML
35 lines
761 B
TOML
[package]
|
|
name = "ore-program"
|
|
description.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
readme.workspace = true
|
|
keywords.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "lib"]
|
|
name = "ore"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
bincode.workspace = true
|
|
meteora-pools-sdk.workspace = true
|
|
mpl-token-metadata.workspace = true
|
|
ore-api.workspace = true
|
|
solana-nostd-keccak.workspace = true
|
|
solana-program.workspace = true
|
|
spl-token.workspace = true
|
|
spl-token-2022.workspace = true
|
|
spl-token-metadata-interface.workspace = true
|
|
spl-associated-token-account.workspace = true
|
|
steel.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8.5"
|