1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/vtparse/Cargo.toml

18 lines
427 B
TOML
Raw Normal View History

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "vtparse"
version = "0.3.0"
edition = "2018"
2019-06-30 04:58:07 +03:00
repository = "https://github.com/wez/wezterm"
description = "Low level escape sequence parser"
license = "MIT"
2020-06-13 18:00:43 +03:00
documentation = "https://docs.rs/vtparse"
2019-06-30 04:58:07 +03:00
keywords = ["terminal", "escape", "ansi", "sequence", "parser"]
readme = "README.md"
[dependencies]
2019-06-30 02:15:15 +03:00
utf8parse = "0.1"
[dev-dependencies]
pretty_assertions = "0.6"