Skip to content

Commit 70804eb

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "runtime_tracing"
3-
version = "0.7.0"
3+
version = "0.7.1"
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)