From 34e3ebfbbc5053e59d1f2120f31ae9bd74a5d1da Mon Sep 17 00:00:00 2001 From: Timon Date: Thu, 18 Jan 2018 23:24:10 +0100 Subject: [PATCH] Update Cargo.toml Changed author name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b6a470..ad673d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crossterm" version = "0.1.0" -authors = ["T "] +authors = ["T Post "] description = "An crossplarform terminal library for manipulating terminals." repository = "https://github.com/TimonPost/crossterm" documentation = "https://atcentra.com/crossterm/"