15 lines
210 B
TOML
15 lines
210 B
TOML
# file: kb_core/Cargo.toml
|
|
# version: 2
|
|
|
|
[package]
|
|
name = "kb_core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|