Skip to content

Commit 693994f

Browse files
committed
feat: add new dependency text_colorizer
It allows adding colors to text output in console commands.
1 parent f620e05 commit 693994f

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

Cargo.lock

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ lettre = { version = "0.10.0-rc.3", features = ["builder", "tokio1", "tokio1-rus
3535
sailfish = "0.4.0"
3636
regex = "1.6.0"
3737
pbkdf2 = "0.11.0"
38+
text-colorizer = "1.0.0"

0 commit comments

Comments
 (0)