0.13.2
This commit is contained in:
parent
827f9c1a72
commit
6ec7a63cfb
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm"
|
name = "crossterm"
|
||||||
version = "0.13.1"
|
version = "0.13.2"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "An crossplatform terminal library for manipulating terminals."
|
description = "An crossplatform terminal library for manipulating terminals."
|
||||||
repository = "https://github.com/crossterm-rs/crossterm"
|
repository = "https://github.com/crossterm-rs/crossterm"
|
||||||
@ -10,7 +10,7 @@ keywords = ["console", "color", "cursor", "input", "terminal"]
|
|||||||
exclude = ["target", "Cargo.lock"]
|
exclude = ["target", "Cargo.lock"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
categories = ["Command-line interface", "Command line utilities"]
|
categories = ["command-line-interface", "command-line-utilities"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["cursor", "style", "terminal", "screen", "input"]
|
default = ["cursor", "style", "terminal", "screen", "input"]
|
||||||
|
Loading…
Reference in New Issue
Block a user