2018-01-31 21:38:33 +03:00
|
|
|
[package]
|
|
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
|
|
name = "term"
|
|
|
|
version = "0.1.0"
|
2019-02-19 10:20:59 +03:00
|
|
|
edition = "2018"
|
2018-01-31 21:38:33 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2018-08-05 01:35:38 +03:00
|
|
|
bitflags = "~1.0"
|
|
|
|
failure = "~0.1"
|
2018-08-08 19:00:07 +03:00
|
|
|
image = "~0.19"
|
|
|
|
ordered-float = "~0.5"
|
2018-08-04 19:10:34 +03:00
|
|
|
unicode-segmentation = "~1.2"
|
|
|
|
unicode-width = "~0.1"
|
2018-08-04 08:37:04 +03:00
|
|
|
|
|
|
|
[dependencies.termwiz]
|
2018-08-05 18:00:45 +03:00
|
|
|
path = "../termwiz"
|
2018-01-31 21:38:33 +03:00
|
|
|
|
2018-02-01 06:00:15 +03:00
|
|
|
[features]
|
|
|
|
debug-escape-sequences = []
|