diff --git a/Cargo.toml b/Cargo.toml index 389d3ec..5ebf25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "termion" version = "1.6.0" -authors = ["ticki ", "gycos ", "IGI-111 "] +authors = [ + "ticki ", + "gycos ", + "IGI-111 ", + "Jeremy Soller ", +] description = "A bindless library for manipulating terminals." repository = "https://gitlab.redox-os.org/redox-os/termion" documentation = "https://docs.rs/termion"