Update cargo.toml
This commit is contained in:
parent
1e332daaed
commit
8dfcf2756b
@ -1,11 +1,17 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm_utils"
|
name = "crossterm_utils"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
authors = ["Timon Post <timonpost@hotmail.nl>"]
|
authors = ["T. Post"]
|
||||||
edition = "2018"
|
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]
|
[target.'cfg(windows)'.dependencies]
|
||||||
crossterm_winapi = "0.1.1"
|
crossterm_winapi = "0.1.2"
|
||||||
winapi = { version = "0.3.7", features = ["wincon"] }
|
winapi = { version = "0.3.7", features = ["wincon"] }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user