Skip to content

Commit

Permalink
docs: Adjust package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Sep 5, 2024
1 parent 1c5f4aa commit 0224814
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pueue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pueue"
version = "3.4.1"
description = "A cli tool for managing long running shell commands."
description = "A cli tool to manage long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "../README.md"
authors = { workspace = true }
Expand Down Expand Up @@ -61,7 +61,9 @@ test-log = "0.2"
[target.'cfg(not(windows))'.dependencies]
crossterm = { version = "0.27", default-features = false }
[target.'cfg(windows)'.dependencies]
crossterm = { version = "0.27", default-features = false, features = ["windows"] }
crossterm = { version = "0.27", default-features = false, features = [
"windows",
] }

# Test specific dev-dependencies
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
Expand Down

0 comments on commit 0224814

Please sign in to comment.