From 476d543dee5c8599c01b73260d878b149c9fe0d1 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 9 Jan 2022 04:05:50 -0800 Subject: [PATCH] Update descriptions for crates split out from nu-cli (#4247) `nu-command` and `nu-data` were split out, but the descriptions still say 'CLI'. Signed-off-by: Michel Alexandre Salim --- crates/nu-command/Cargo.toml | 2 +- crates/nu-data/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index b2f291613c..38661d2a79 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Nu Project Contributors"] build = "build.rs" -description = "CLI for nushell" +description = "Commands for Nushell" edition = "2018" license = "MIT" name = "nu-command" diff --git a/crates/nu-data/Cargo.toml b/crates/nu-data/Cargo.toml index 4dad37a299..7a594ffc68 100644 --- a/crates/nu-data/Cargo.toml +++ b/crates/nu-data/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["The Nu Project Contributors"] -description = "CLI for nushell" +description = "Data for Nushell" edition = "2018" license = "MIT" name = "nu-data"