16 lines
358 B
TOML
16 lines
358 B
TOML
[package]
|
|
name = "nym-common"
|
|
description = "Runtime diagnostics for high frequency logging, debugging and error handling utilities"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
tracing.workspace = true
|
|
tracing-test.workspace = true
|