This commit is contained in:
2026-07-23 16:37:12 +02:00
parent 99c345f2f2
commit 0da75c1311
2159 changed files with 230833 additions and 0 deletions

22
kb-lib/Cargo.toml Normal file
View File

@@ -0,0 +1,22 @@
# file: kb-lib/Cargo.toml
# version: 2
[package]
name = "kb-lib"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
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"] }
[lints]
workspace = true