1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/term/Cargo.toml

25 lines
444 B
TOML
Raw Normal View History

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "term"
version = "0.1.0"
2019-02-19 10:20:59 +03:00
edition = "2018"
[dependencies]
2018-08-05 01:35:38 +03:00
bitflags = "~1.0"
failure = "~0.1"
image = "0.21"
ordered-float = "~0.5"
2018-08-04 19:10:34 +03:00
unicode-segmentation = "~1.2"
unicode-width = "~0.1"
serde = {version="~1.0", features = ["rc"]}
serde_derive = "~1.0"
[dev-dependencies]
pretty_assertions = "0.6"
[dependencies.termwiz]
path = "../termwiz"
[features]
debug-escape-sequences = []