From f0b237b1caf30466d358bc111063a1fb33f82235 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Mon, 10 Jun 2024 12:56:47 -0700 Subject: [PATCH] Update descriptions --- brush-core/Cargo.toml | 2 +- brush-interactive/Cargo.toml | 2 +- brush-parser/Cargo.toml | 2 +- brush-shell/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/brush-core/Cargo.toml b/brush-core/Cargo.toml index cc9a256f..96bb9a5a 100644 --- a/brush-core/Cargo.toml +++ b/brush-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brush-core" -description = "Core for brush shell" +description = "Reusable core of a POSIX/bash shell (used by brush-shell)" categories.workspace = true edition.workspace = true keywords.workspace = true diff --git a/brush-interactive/Cargo.toml b/brush-interactive/Cargo.toml index c225fde0..802d21ed 100644 --- a/brush-interactive/Cargo.toml +++ b/brush-interactive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brush-interactive" -description = "Interactive shell for brush" +description = "Interactive layer of brush-shell" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/brush-parser/Cargo.toml b/brush-parser/Cargo.toml index ceef278f..31d1262e 100644 --- a/brush-parser/Cargo.toml +++ b/brush-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brush-parser" -description = "Shell parser for brush" +description = "POSIX/bash shell tokenizer and parsers (used by brush-shell)" authors.workspace = true categories.workspace = true edition.workspace = true diff --git a/brush-shell/Cargo.toml b/brush-shell/Cargo.toml index 5a864965..f1a28559 100644 --- a/brush-shell/Cargo.toml +++ b/brush-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brush-shell" -description = "brush shell" +description = "Rust-implemented shell focused on POSIX and bash compatibility" authors.workspace = true categories.workspace = true edition.workspace = true