From 2fe20d87a01261034dcec0f1dd90f20fdbbd464e Mon Sep 17 00:00:00 2001 From: TimonPost Date: Sun, 20 May 2018 14:44:14 +0200 Subject: [PATCH] changed toml and removed bin --- .idea/workspace.xml | 206 +++++++++++++++++++++++--------------------- Cargo.toml | 13 +-- 2 files changed, 113 insertions(+), 106 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ad371db..0c3021d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,14 +3,7 @@ - - - - - - - - + - - - - - - - - - - + @@ -39,11 +23,20 @@ - - + + - - + + + + + + + + + + + @@ -61,25 +54,40 @@ - + - - + + - - + + + + + + + + - - + + - - + + + + + + + + + + + @@ -93,20 +101,11 @@ - - + + - - - - - - - - - - - + + @@ -167,7 +166,6 @@ @@ -305,6 +304,13 @@ + + + + + + + @@ -481,12 +487,12 @@ - + - @@ -558,7 +564,6 @@ - @@ -575,13 +580,6 @@ - - - - - - - @@ -715,13 +713,6 @@ - - - - - - - @@ -743,19 +734,6 @@ - - - - - - - - - - - - - @@ -770,13 +748,6 @@ - - - - - - - @@ -784,13 +755,6 @@ - - - - - - - @@ -859,13 +823,6 @@ - - - - - - - @@ -904,7 +861,28 @@ - + + + + + + + + + + + + + + + + + + + + + + @@ -915,6 +893,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Cargo.toml b/Cargo.toml index 23a8184..068191d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,13 @@ name = "crossterm" version = "0.2.0" authors = ["T Post "] -description = "An crossplarform terminal library for manipulating terminals." +description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/TimonPost/crossterm" -documentation = "https://atcentra.com/crossterm/" +documentation = "https://docs.rs/crossterm/0.2.0/crossterm/" license = "MIT" keywords = ["console", "color", "cursor", "terminal", "cli"] exclude = ["target", "Cargo.lock"] +readme = "README.md" [dependencies] rand = "0.4.2" @@ -15,16 +16,10 @@ rand = "0.4.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase","winuser","consoleapi","processenv","wincon", "handleapi"] } - [target.'cfg(unix)'.dependencies] libc = "0.2" termios = "0.3.0" - [lib] name = "crossterm" -path = "src/lib.rs" - -[[bin]] -name = "crosstermexamples" -path = "examples/bin.rs" \ No newline at end of file +path = "src/lib.rs" \ No newline at end of file