From bd18c704b99a4b61dab05ab5c6615e641a46235d Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Wed, 31 Jan 2024 01:32:29 -0800 Subject: [PATCH] more crate metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 53b48f1..6139057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ edition = "2021" description = "Nushell plugin for communicating with D-Bus" license = "MIT" keywords = ["plugin", "dbus", "nu"] +categories = ["command-line-utilities"] +repository = "https://github.com/devyn/nu_plugin_dbus" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html