1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-09 10:57:54 +02:00

Add missing crate description to nu-plugin-test-support ()

This commit is contained in:
Jakub Žádník
2024-04-03 16:33:18 +03:00
committed by GitHub
parent c3428b891a
commit b6c537d782

@ -3,6 +3,7 @@ name = "nu-plugin-test-support"
version = "0.92.0" version = "0.92.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "Testing support for Nushell plugins"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-test-support" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html