v0.1.0-pre.019

This commit is contained in:
2026-07-24 20:14:28 +02:00
parent f965fcc58a
commit fa2d9d8ecd
10 changed files with 703 additions and 142 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-lib/Cargo.toml
# version: 11
# version: 12
[package]
name = "kb-lib"
@@ -34,6 +34,7 @@ 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-elgamal-registry-interface.workspace = true
spl-token-group-interface.workspace = true
spl-token-metadata-interface.workspace = true
spl-token-2022-interface.workspace = true
@@ -47,7 +48,6 @@ wincode.workspace = true
solana-ed25519-program.workspace = true
solana-secp256k1-program.workspace = true
solana-secp256r1-program.workspace = true
spl-elgamal-registry-interface.workspace = true
spl-token-interface.workspace = true
[lints]