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 f32038a commit 33ad451Copy full SHA for 33ad451
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "runtime_tracing"
3
version = "0.7.0"
4
edition = "2021"
5
+authors = ["Metacraft Labs Ltd"]
6
+description = "A library for the schema and tracing helpers for the CodeTracer db trace format"
7
+readme = "README.md"
8
+repository = "https://github.com/metacraft-labs/runtime_tracing"
9
+license = "MIT"
10
+keywords = ["development-tools::debugging", "development-tools"]
11
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
0 commit comments