From b6c537d782cf747f950694f2beea9c7005b9de14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1dn=C3=ADk?= Date: Wed, 3 Apr 2024 16:33:18 +0300 Subject: [PATCH] Add missing crate description to nu-plugin-test-support (#12368) --- crates/nu-plugin-test-support/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/nu-plugin-test-support/Cargo.toml b/crates/nu-plugin-test-support/Cargo.toml index 0cc134d04d6..05e0745f86a 100644 --- a/crates/nu-plugin-test-support/Cargo.toml +++ b/crates/nu-plugin-test-support/Cargo.toml @@ -3,6 +3,7 @@ name = "nu-plugin-test-support" version = "0.92.0" edition = "2021" license = "MIT" +description = "Testing support for Nushell plugins" repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-test-support" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html