Skip to content

Commit 11a8d61

Browse files
committed
Add missing Cargo.toml fields
Signed-off-by: Jose Fernandez <[email protected]>
1 parent bbcd9c8 commit 11a8d61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.1.0"
44
authors = ["Jose Fernandez <[email protected]>"]
55
license = "LGPL-2.1-or-later"
66
description = "Rust bindings for the Performance Metrics API (PMAPI)"
7+
repository = "https://github.com/jfernandez/pmapi-sys"
8+
readme = "README.md"
9+
keywords = ["pmapi", "performance", "metrics", "pcp", "bindings"]
10+
categories = ["external-ffi-bindings"]
711
edition = "2021"
812
publish = ["crates-io"]
913

0 commit comments

Comments
 (0)