refactor: add shared logging crate
This commit is contained in:
8
server-rs/crates/shared-logging/Cargo.toml
Normal file
8
server-rs/crates/shared-logging/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "shared-logging"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
||||
Reference in New Issue
Block a user