Add self to authors
This commit is contained in:
parent
0082c8da04
commit
220c5ebb51
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "termion"
|
name = "termion"
|
||||||
version = "1.6.0"
|
version = "1.6.0"
|
||||||
authors = ["ticki <Ticki@users.noreply.github.com>", "gycos <alexandre.bury@gmail.com>", "IGI-111 <igi-111@protonmail.com>"]
|
authors = [
|
||||||
|
"ticki <Ticki@users.noreply.github.com>",
|
||||||
|
"gycos <alexandre.bury@gmail.com>",
|
||||||
|
"IGI-111 <igi-111@protonmail.com>",
|
||||||
|
"Jeremy Soller <jackpot51@gmail.com>",
|
||||||
|
]
|
||||||
description = "A bindless library for manipulating terminals."
|
description = "A bindless library for manipulating terminals."
|
||||||
repository = "https://gitlab.redox-os.org/redox-os/termion"
|
repository = "https://gitlab.redox-os.org/redox-os/termion"
|
||||||
documentation = "https://docs.rs/termion"
|
documentation = "https://docs.rs/termion"
|
||||||
|
|
Loading…
Reference in New Issue