This commit is contained in:
Hardhat Chad
2025-06-10 07:56:04 -07:00
parent 1ee9ad86ac
commit fb285226fb
55 changed files with 41 additions and 573 deletions

View File

@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["ore/*", "cli"]
members = ["api", "program", "cli"]
[workspace.package]
version = "3.7.0"
@@ -21,8 +21,7 @@ bytemuck_derive = "1.7.0"
const-crypto = "0.1.0"
mpl-token-metadata = "5.1"
num_enum = "0.7.2"
ore-api = { path = "./ore/api" }
ore-delegate-api = { path = "./ore-delegate/api" }
ore-api = { path = "./api" }
ore-boost-api = "4.0.0-alpha"
solana-account-decoder = "^2.1"
solana-nostd-keccak = "0.1.3"