1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-01 07:35:49 +02:00

Update incorrect crate descriptions ()

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
crates
nu-cli
nu-color-config
nu-command
nu-engine
nu-parser
nu-plugin
nu-protocol
nu_plugin_query

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

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

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

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

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

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

@ -1,6 +1,6 @@
[package] [package]
authors = ["The Nushell Project Developers"] 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" edition = "2021"
license = "MIT" license = "MIT"
name = "nu-protocol" name = "nu-protocol"

@ -1,6 +1,6 @@
[package] [package]
authors = ["The Nushell Project Developers"] 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" edition = "2021"
license = "MIT" license = "MIT"
name = "nu_plugin_query" name = "nu_plugin_query"