Skip to content

Commit ac64c69

Browse files
committed
chore: adjust crate keywords and categories
1 parent 66651ec commit ac64c69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "logcap"
33
description = "A library for capturing log output."
44
version = "0.1.1"
55
edition = "2021"
6-
keywords = ["log", "capture"]
6+
keywords = ["log", "capture", "test"]
7+
categories = ["development-tools::debugging", "development-tools::testing"]
78
homepage = "https://github.com/kormide/logcap"
89
repository = "https://github.com/kormide/logcap"
910
license = "MIT"

0 commit comments

Comments
 (0)