Files
tracing/Cargo.toml
Bryan Garza c8c1a238f9 core: update ValueSet and FieldSet to use Valuable (#2259)
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>
2022-08-16 14:42:21 -07:00

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" }