0.1.0-pre.004

This commit is contained in:
2026-07-23 18:25:10 +02:00
parent 0da75c1311
commit 149d4c6ef6
85 changed files with 25696 additions and 227 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-lib/Cargo.toml
# version: 2
# version: 3
[package]
name = "kb-lib"
@@ -9,14 +9,25 @@ license.workspace = true
publish.workspace = true
[dependencies]
base64.workspace = true
borsh.workspace = true
bs58.workspace = true
kb-core = { path = "../kb-core" }
kb-program-ids = { path = "../kb-program-ids" }
base64 = "0.22"
bs58 = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
ts-rs = { version = "11", features = ["serde-compat"] }
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-sdk-ids.workspace = true
solana-stake-interface.workspace = true
solana-system-interface.workspace = true
solana-vote-interface.workspace = true
solana-zk-elgamal-proof-interface.workspace = true
tracing.workspace = true
ts-rs.workspace = true
wincode.workspace = true
[lints]
workspace = true