1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00
wezterm/term/Cargo.toml
2018-08-04 09:46:46 -07:00

22 lines
396 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "term"
version = "0.1.0"
[dependencies]
bitflags = "1.0.1"
failure = "0.1.1"
maplit = "1.0.1"
regex = "0.2.6"
serde = "1.0.27"
serde_derive = "1.0.27"
unicode-segmentation = "~1.2"
unicode-width = "~0.1"
[dependencies.termwiz]
git = "https://github.com/wez/termwiz"
#path = "../../termwiz"
[features]
debug-escape-sequences = []