-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cargo): update version, authors and urls in Cargo.toml
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,19 @@ | |
name = "ansiterm" | ||
description = "Library for ANSI terminal colours and styles (bold, underline)" | ||
edition = "2021" | ||
authors = [ "[email protected]", "Ryan Scheel (Havvy) <[email protected]>", "Josh Triplett <[email protected]>" ] | ||
authors = [ | ||
"Preston Thorpe <[email protected]>", | ||
"Sandro-Alessio Gierens <[email protected]>", | ||
"Benjamin Sago <[email protected]>", | ||
"Ryan Scheel (Havvy) <[email protected]>", | ||
"Josh Triplett <[email protected]>" | ||
] | ||
documentation = "https://docs.rs/ansiterm" | ||
homepage = "https://github.com/ogham/rust-ansi-term" | ||
homepage = "https://github.com/rustadopt/ansiterm-rs" | ||
license = "MIT" | ||
readme = "README.md" | ||
version = "0.12.1" | ||
repository = "https://github.com/ogham/rust-ansi-term" | ||
version = "0.12.2" | ||
repository = "https://github.com/rustadopt/ansiterm-rs" | ||
|
||
[lib] | ||
name = "ansiterm" | ||
|