Skip to content

Commit 45e37cd

Browse files
committed
feat(separate_trace_types_crate): Added description, copyright, etc to the Cargo.toml files of the new crates
1 parent e9e5503 commit 45e37cd

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

codetracer_trace_format_capnp/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "codetracer_trace_format_capnp"
33
version = "0.16.0"
44
edition = "2024"
5+
authors = ["Metacraft Labs Ltd"]
6+
description = "A library containing some helpers, used internally in the reading and writing of the CodeTracer db trace format"
7+
repository = "https://github.com/metacraft-labs/runtime_tracing"
8+
license = "MIT"
9+
keywords = ["debugging", "development-tools"]
510

611
[dependencies]
712
codetracer_trace_types.workspace = true

codetracer_trace_format_cbor_zstd/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
name = "codetracer_trace_format_cbor_zstd"
33
version = "0.16.0"
44
edition = "2024"
5+
authors = ["Metacraft Labs Ltd"]
6+
description = "A library containing some helpers, used internally in the reading and writing of the CodeTracer db trace format"
7+
repository = "https://github.com/metacraft-labs/runtime_tracing"
8+
license = "MIT"
9+
keywords = ["debugging", "development-tools"]

codetracer_trace_reader/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "codetracer_trace_reader"
33
version = "0.16.0"
44
edition = "2024"
5+
authors = ["Metacraft Labs Ltd"]
6+
description = "A library for reading the CodeTracer db trace format"
7+
repository = "https://github.com/metacraft-labs/runtime_tracing"
8+
license = "MIT"
9+
keywords = ["debugging", "development-tools"]
510

611
[dependencies]
712
codetracer_trace_types.workspace = true

codetracer_trace_types/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "codetracer_trace_types"
33
version = "0.16.0"
44
edition = "2024"
5+
authors = ["Metacraft Labs Ltd"]
6+
description = "A library for the schema for the CodeTracer db trace format"
7+
repository = "https://github.com/metacraft-labs/runtime_tracing"
8+
license = "MIT"
9+
keywords = ["debugging", "development-tools"]
510

611
[dependencies]
712
base64 = "0.22.1"

codetracer_trace_writer/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "codetracer_trace_writer"
33
version = "0.16.0"
44
edition = "2024"
5+
authors = ["Metacraft Labs Ltd"]
6+
description = "A library for writing the CodeTracer db trace format"
7+
repository = "https://github.com/metacraft-labs/runtime_tracing"
8+
license = "MIT"
9+
keywords = ["debugging", "development-tools"]
510

611
[dependencies]
712
codetracer_trace_types.workspace = true

0 commit comments

Comments
 (0)