Skip to content

Commit 33ad451

Browse files
committed
build: add more metadata to Cargo.toml for publishing the crate
1 parent f32038a commit 33ad451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "runtime_tracing"
33
version = "0.7.0"
44
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"]
511

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

0 commit comments

Comments
 (0)