1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-20 11:52:18 +03:00
wezterm/Cargo.toml

29 lines
587 B
TOML
Raw Normal View History

[package]
name = "termwiz"
version = "0.1.0"
authors = ["Wez Furlong"]
[dependencies]
2018-07-14 06:58:53 +03:00
# SetAttributes is only in master
terminfo = { git = "https://github.com/meh/rust-terminfo" }
palette = "~0.4"
serde = "~1.0"
serde_derive = "~1.0"
2018-07-14 06:58:53 +03:00
failure = "~0.1"
vte = "0.3.2"
num = "0.2.0"
num-traits = "0.2.5"
2018-07-17 21:09:59 +03:00
derive_builder = "0.5.1"
semver = "0.9.0"
libc = "0.2.42"
[target.'cfg(windows)'.dependencies]
winapi = {version = "~0.3", features = ["winuser", "consoleapi"]}
[target.'cfg(unix)'.dependencies]
termios = "0.3.0"
[dependencies.num-derive]
version = "~0.2"
features = ["full-syntax"]