0.13 prep (#305)
This commit is contained in:
parent
b0b184ad59
commit
5898769d9d
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm"
|
name = "crossterm"
|
||||||
version = "0.12.1"
|
version = "0.13.0"
|
||||||
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,6 +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"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["cursor", "style", "terminal", "screen", "input"]
|
default = ["cursor", "style", "terminal", "screen", "input"]
|
||||||
|
Loading…
Reference in New Issue
Block a user