scaffolding boosts

This commit is contained in:
Hardhat Chad
2024-08-24 13:57:00 +00:00
parent e8f0721fca
commit fde50aae8a
4 changed files with 33 additions and 1 deletions

16
Cargo.lock generated
View File

@@ -1302,6 +1302,21 @@ dependencies = [
"thiserror",
]
[[package]]
name = "ore-boost-api"
version = "0.1.0"
dependencies = [
"array-const-fn-init",
"bytemuck",
"const-crypto",
"num_enum",
"ore-utils",
"solana-program",
"spl-token",
"static_assertions",
"thiserror",
]
[[package]]
name = "ore-program"
version = "2.1.9"
@@ -1309,6 +1324,7 @@ dependencies = [
"drillx",
"mpl-token-metadata",
"ore-api",
"ore-boost-api",
"ore-utils",
"rand 0.8.5",
"solana-program",