mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 06:34:17 +03:00
a42342ce0c
These are used in the default Fedora 31 bash profile, so it seems worth handling even if they are a bit amgiguously defined. Closes: https://github.com/wez/wezterm/issues/86
18 lines
427 B
TOML
18 lines
427 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "vtparse"
|
|
version = "0.2.1"
|
|
edition = "2018"
|
|
repository = "https://github.com/wez/wezterm"
|
|
description = "Low level escape sequence parser"
|
|
license = "MIT"
|
|
documentation = "https://docs.rs/termwiz"
|
|
keywords = ["terminal", "escape", "ansi", "sequence", "parser"]
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
utf8parse = "0.1"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "0.6"
|