Files
khadhroony-bot3/kb-wallet/Cargo.toml
2026-07-23 16:37:12 +02:00

16 lines
248 B
TOML

# file: kb-wallet/Cargo.toml
# version: 1
[package]
name = "kb-wallet"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
kb-core = { path = "../kb-core" }
[lints]
workspace = true