16 lines
248 B
TOML
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
|