mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 23:16:48 +00:00
25 lines
659 B
TOML
25 lines
659 B
TOML
[package]
|
|
name = "ore-api"
|
|
description = "API for interacting with the ORE program"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
keywords.workspace = true
|
|
|
|
[dependencies]
|
|
array-const-fn-init.workspace = true
|
|
bytemuck.workspace = true
|
|
const-crypto.workspace = true
|
|
drillx.workspace = true
|
|
mpl-token-metadata.workspace = true
|
|
num_enum.workspace = true
|
|
ore-utils.workspace = true
|
|
solana-program.workspace = true
|
|
spl-token.workspace = true
|
|
spl-associated-token-account.workspace = true
|
|
static_assertions.workspace = true
|
|
thiserror.workspace = true
|