Skip to content

Commit

Permalink
fix(cargo): update version, authors and urls in Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Sep 6, 2023
1 parent 7506d78 commit b35c16e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b35c16e

Please sign in to comment.