mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-17 02:58:05 -05:00
14 lines
324 B
TOML
14 lines
324 B
TOML
[package]
|
|
name = "logger"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|