1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 19:58:15 +03:00
wezterm/term/Cargo.toml

24 lines
421 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]
bitflags = "1.0"
failure = "0.1"
image = "0.21"
2019-06-09 01:30:47 +03:00
log = "0.4"
num = "0.2"
2019-05-28 06:08:02 +03:00
ordered-float = "1.0"
unicode-segmentation = "1.5"
unicode-width = "0.1"
serde = {version="1.0", features = ["rc"]}
serde_derive = "1.0"
[dev-dependencies]
pretty_assertions = "0.6"
[dependencies.termwiz]
path = "../termwiz"