13 lines
200 B
TOML
13 lines
200 B
TOML
# file: kb-logging/Cargo.toml
|
|
# version: 1
|
|
|
|
[package]
|
|
name = "kb-logging"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|