1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 00:35:46 +03:00
wezterm/term/Cargo.toml
2018-08-04 15:35:38 -07:00

22 lines
388 B
TOML

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