Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed Jun 10, 2024
1 parent 708730f commit f0b237b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion brush-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion brush-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f0b237b

Please sign in to comment.