1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/vtparse/Cargo.toml
Wez Furlong a42342ce0c Recognize C1 codes encoded as UTF-8
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
2019-12-28 10:33:24 -08:00

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"