This commit is contained in:
Hardhat Chad
2025-05-24 00:50:10 -07:00
parent 2aee4eb4bf
commit 5d275f7d6d
11 changed files with 3483 additions and 97 deletions

26
cli/Cargo.toml Normal file
View File

@@ -0,0 +1,26 @@
[package]
name = "ore-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
documentation.workspace = true
repository.workspace = true
keywords.workspace = true
publish = false
[features]
no-entrypoint = []
default = []
[dependencies]
base64 = "0.22.1"
bincode = "1.3.3"
bytemuck = { workspace = true }
ore-api = { path = "../api" }
serde_json = "1.0.140"
solana-client = { workspace = true }
solana-sdk = { workspace = true }
solana-program = { workspace = true }
spl-associated-token-account.workspace = true
tokio = { workspace = true }