Skip to content

Commit fd785c4

Browse files
authored
docs(crate): improve metadata with clarification (#257)
### Proposed Change: add verbage to make this repo more distinguishable from other crates like `color-print` whose description uses similar verbage: > Colorize and stylize strings for terminal at compile-time, by using an HTML-like syntax ### Reasoning: improves repository uniqueness for Software Analysis tools (and overall SEO) that do scans of https://crates.io/api/v1
1 parent 10bf01b commit fd785c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/anstream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anstream"
33
version = "0.6.19"
4-
description = "A simple cross platform library for writing colored text to a terminal."
4+
description = "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities."
55
categories = ["command-line-interface"]
66
keywords = ["ansi", "terminal", "color", "strip", "wincon"]
77
repository.workspace = true

0 commit comments

Comments
 (0)