From 8dfcf2756bec984053b626447adadbb2aeae27d0 Mon Sep 17 00:00:00 2001 From: Timon Post Date: Wed, 10 Apr 2019 23:53:43 +0200 Subject: [PATCH] Update cargo.toml --- crossterm_utils/Cargo.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/crossterm_utils/Cargo.toml b/crossterm_utils/Cargo.toml index b1a36ff..9689abe 100644 --- a/crossterm_utils/Cargo.toml +++ b/crossterm_utils/Cargo.toml @@ -1,11 +1,17 @@ [package] name = "crossterm_utils" version = "0.2.0" -authors = ["Timon Post "] -edition = "2018" +authors = ["T. Post"] +description = "Common logic used by the crossterm crates." +repository = "https://github.com/TimonPost/crossterm" +documentation = "https://docs.rs/crossterm_utils/" +license = "MIT" +keywords = ["winapi", "abstractions", "crossterm", "windows", "screen_buffer"] +exclude = ["target", "Cargo.lock"] +readme = "README.md" [target.'cfg(windows)'.dependencies] -crossterm_winapi = "0.1.1" +crossterm_winapi = "0.1.2" winapi = { version = "0.3.7", features = ["wincon"] } [target.'cfg(unix)'.dependencies]