v0.1.0-pre.018

This commit is contained in:
2026-07-24 19:34:54 +02:00
parent 3e1d034633
commit f965fcc58a
14 changed files with 8604 additions and 123 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-lib/Cargo.toml
# version: 10
# version: 11
[package]
name = "kb-lib"
@@ -9,6 +9,7 @@ license.workspace = true
publish.workspace = true
[dependencies]
bytemuck.workspace = true
base64.workspace = true
borsh.workspace = true
borsh_0_10.workspace = true
@@ -31,7 +32,12 @@ solana-stake-interface.workspace = true
solana-system-interface.workspace = true
solana-vote-interface.workspace = true
solana-zk-elgamal-proof-interface.workspace = true
solana-zk-sdk-pod.workspace = true
spl-associated-token-account-interface.workspace = true
spl-token-group-interface.workspace = true
spl-token-metadata-interface.workspace = true
spl-token-2022-interface.workspace = true
spl-token-confidential-transfer-proof-extraction.workspace = true
spl-memo-interface.workspace = true
tracing.workspace = true
ts-rs.workspace = true
@@ -42,7 +48,6 @@ solana-ed25519-program.workspace = true
solana-secp256k1-program.workspace = true
solana-secp256r1-program.workspace = true
spl-elgamal-registry-interface.workspace = true
spl-token-2022-interface.workspace = true
spl-token-interface.workspace = true
[lints]