Files
ore/program/Cargo.toml
2024-08-25 11:58:54 +00:00

31 lines
648 B
TOML

[package]
name = "ore-program"
description = "ORE is a proof-of-work token everyone can mine"
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]
drillx.workspace = true
mpl-token-metadata.workspace = true
ore-api.workspace = true
ore-utils.workspace = true
solana-program.workspace = true
spl-token.workspace = true
spl-associated-token-account.workspace = true
[dev-dependencies]
rand = "0.8.5"