1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/winpty/Cargo.toml

21 lines
479 B
TOML
Raw Permalink Normal View History

[package]
name = "winpty"
version = "0.1.0"
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
license = "MIT"
description = "Safe rust bindings for winpty"
edition = "2018"
[target.'cfg(windows)'.dependencies]
2018-11-23 15:36:43 -05:00
winpty-sys = "0.4.3"
bitflags = "1.0"
[target.'cfg(windows)'.dev-dependencies]
2019-10-23 15:17:09 -04:00
named_pipe = "0.4.1"
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }
[target.'cfg(windows)'.build-dependencies]
tempfile = "3.0.4"
2019-06-13 17:18:01 -04:00
http_req = "0.5"
zip = "0.5"