Skip to content

Commit 0ba82d4

Browse files
committed
feat(separate_trace_types_crate): Remove all the code from the runtime_tracing crate, except the tests
1 parent beae463 commit 0ba82d4

14 files changed

+6
-2007
lines changed

runtime_tracing/Cargo.toml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,17 @@ readme = "README.md"
88
repository = "https://github.com/metacraft-labs/runtime_tracing"
99
license = "MIT"
1010
keywords = ["debugging", "development-tools"]
11-
build = "build.rs"
1211

1312
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1413

1514
[dependencies]
1615
codetracer_trace_types.workspace = true
17-
serde_json = "1.0"
18-
capnp = "0.21.1"
19-
cbor4ii = { version = "1.0.0", features = ["serde1", "use_std"] }
20-
fscommon = "0.1.1"
21-
22-
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
23-
zeekstd = "0.6.0"
24-
25-
[target.'cfg(target_arch = "wasm32")'.dependencies]
26-
ruzstd = "0.8.1"
27-
28-
[build-dependencies]
29-
capnpc = "0.21.0"
16+
codetracer_trace_reader.workspace = true
17+
codetracer_trace_writer.workspace = true
18+
#serde_json = "1.0"
19+
#capnp = "0.21.1"
20+
#cbor4ii = { version = "1.0.0", features = ["serde1", "use_std"] }
21+
#fscommon = "0.1.1"
3022

3123
[lib]
3224
name = "runtime_tracing"

runtime_tracing/build.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

runtime_tracing/src/abstract_trace_writer.rs

Lines changed: 0 additions & 324 deletions
This file was deleted.

0 commit comments

Comments
 (0)