1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-21 04:11:44 +03:00
wezterm/Cargo.toml

17 lines
322 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-derive = "0.2.2"
num-traits = "0.2.5"