mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
20 lines
343 B
TOML
20 lines
343 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"
|
|
palette = "0.2.1"
|
|
regex = "0.2.6"
|
|
serde = "1.0.27"
|
|
serde_derive = "1.0.27"
|
|
unicode-segmentation = "1.2.0"
|
|
unicode-width = "0.1.4"
|
|
vte = "0.3.2"
|
|
|
|
[features]
|
|
debug-escape-sequences = []
|