v0.1.0-pre.009

This commit is contained in:
2026-07-23 21:19:45 +02:00
parent 12b42a31b8
commit 51ed3d11cf
22 changed files with 9580 additions and 86 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-lib/Cargo.toml
# version: 7
# version: 8
[package]
name = "kb-lib"
@@ -11,15 +11,18 @@ publish.workspace = true
[dependencies]
base64.workspace = true
borsh.workspace = true
borsh_0_10.workspace = true
bs58.workspace = true
kb-core = { path = "../kb-core" }
kb-program-ids = { path = "../kb-program-ids" }
mpl-token-metadata.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
solana-address-lookup-table-interface.workspace = true
solana-compute-budget-interface.workspace = true
solana-loader-v3-interface.workspace = true
solana-pubkey.workspace = true
solana-sdk-ids.workspace = true
solana-stake-interface.workspace = true
solana-system-interface.workspace = true