Update incorrect crate descriptions (#5159)

This commit is contained in:
Reilly Wood 2022-04-11 11:17:06 -07:00 committed by GitHub
parent 521e28dcdc
commit 57761149f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "CLI-related functionality for Nushell"
edition = "2021"
license = "MIT"
name = "nu-cli"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "Color configuration code used by Nushell"
edition = "2021"
license = "MIT"
name = "nu-color-config"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "Nushell's built-in commands"
edition = "2021"
license = "MIT"
name = "nu-command"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "Nushell's evaluation engine"
edition = "2021"
license = "MIT"
name = "nu-engine"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "Nushell's parser"
edition = "2021"
license = "MIT"
name = "nu-parser"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "Functionality for building Nushell plugins"
edition = "2021"
license = "MIT"
name = "nu-plugin"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "Nushell's internal protocols, including its abstract syntax tree"
edition = "2021"
license = "MIT"
name = "nu-protocol"

View file

@ -1,6 +1,6 @@
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
description = "A Nushell plugin to query JSON, XML, and various web data"
edition = "2021"
license = "MIT"
name = "nu_plugin_query"