mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
e2461b2380
Moves that functionality from wezterm+term into termwiz
17 lines
277 B
TOML
17 lines
277 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "term"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
bitflags = "~1.0"
|
|
failure = "~0.1"
|
|
unicode-segmentation = "~1.2"
|
|
unicode-width = "~0.1"
|
|
|
|
[dependencies.termwiz]
|
|
path = "../termwiz"
|
|
|
|
[features]
|
|
debug-escape-sequences = []
|