mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 22:33:52 +03:00
7b7b7cff46
We only allow setting, not reading, the clipboard.
21 lines
360 B
TOML
21 lines
360 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "term"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
base64 = "0.9.0"
|
|
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 = []
|