0.5.1-pre.002
This commit is contained in:
18
ks-logging/Cargo.toml
Normal file
18
ks-logging/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
# file: ks-logging/Cargo.toml
|
||||
# version: 3
|
||||
|
||||
[package]
|
||||
name = "ks-logging"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ks-core = { path = "../ks-core" }
|
||||
tracing.workspace = true
|
||||
tracing-appender.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Reference in New Issue
Block a user