mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-27 10:00:23 +00:00
Motivation To release `tracing 0.2` from `master`, we need to stabilize `tracing-core`. That includes introducing `valuable`. Solution Integrate `valuable` types into the `ValueSet` and `FieldSet` structs. Follow-up PRs will clean up and remove more code. Co-authored-by: Eliza Weisman <eliza@buoyant.io>
23 lines
487 B
TOML
23 lines
487 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-attributes",
|
|
"tracing-error",
|
|
"tracing-flame",
|
|
"tracing-futures",
|
|
"tracing-tower",
|
|
"tracing-log",
|
|
"tracing-macros",
|
|
"tracing-mock",
|
|
"tracing-opentelemetry",
|
|
"tracing-subscriber",
|
|
"tracing-serde",
|
|
"tracing-appender",
|
|
"tracing-journald",
|
|
"examples"
|
|
]
|
|
|
|
[patch.crates-io]
|
|
valuable = { git = "https://github.com/bryangarza/valuable", branch = "partialeq-namedfield" } |