From bfe8dbb9343310c13f5795765c7368cba679f001 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Thu, 28 Apr 2022 01:31:48 +0200 Subject: [PATCH] build(cargo): add more metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3fe7148..142bb95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = ["EdJoPaTo "] edition = "2018" rust-version = "1.56.1" keywords = ["tui", "terminal", "tree", "widget"] +categories = ["command-line-interface"] include = ["src/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html