16 lines
270 B
TOML
16 lines
270 B
TOML
# file: kb-onchain-transport/Cargo.toml
|
|
# version: 2
|
|
|
|
[package]
|
|
name = "kb-onchain-transport"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
kb-core = { path = "../kb-core" }
|
|
|
|
[lints]
|
|
workspace = true
|