We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e37cd commit fdf1065Copy full SHA for fdf1065
Cargo.toml
@@ -6,13 +6,11 @@ members = [
6
"codetracer_trace_format_cbor_zstd",
7
"codetracer_trace_reader",
8
"codetracer_trace_writer",
9
- "runtime_tracing",
10
"codetracer_trace_util",
11
"trace_formatter",
12
]
13
14
[workspace.dependencies]
15
-runtime_tracing = { path = "runtime_tracing/" }
16
trace_formatter = { path = "trace_formatter/"}
17
codetracer_trace_types = { path = "codetracer_trace_types" }
18
codetracer_trace_format_capnp = { path = "codetracer_trace_format_capnp" }
runtime_tracing/Cargo.toml
runtime_tracing/README.md
runtime_tracing/src/lib.rs
0 commit comments