mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
17 lines
433 B
TOML
17 lines
433 B
TOML
|
[package]
|
||
|
name = "winpty"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
|
||
|
license = "MIT"
|
||
|
description = "Safe rust bindings for winpty"
|
||
|
|
||
|
[dependencies]
|
||
|
# TODO: Replace with official repo
|
||
|
winpty-sys = { git = "https://github.com/zacps/winpty", branch = "rust" }
|
||
|
bitflags = "1.0"
|
||
|
widestring = "0.2.2"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
named_pipe = "0.3"
|
||
|
winapi = { version = "0.3", features = ["winnt", "processthreadsapi"] }
|