1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/filedescriptor/Cargo.toml
2019-05-18 10:30:28 -07:00

19 lines
312 B
TOML

[package]
name = "filedescriptor"
version = "0.1.0"
authors = ["Wez Furlong"]
edition = "2018"
[dependencies]
failure = "0.1"
failure_derive = "0.1"
libc = "0.2"
[target."cfg(windows)".dependencies]
winapi = { version = "0.3", features = [
"winuser",
"handleapi",
"fileapi",
"namedpipeapi",
]}