1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-14 13:57:34 +03:00
wezterm/vtparse/Cargo.toml
2019-06-29 16:15:15 -07:00

12 lines
189 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "vtparse"
version = "0.1.0"
edition = "2018"
[dependencies]
utf8parse = "0.1"
[dev-dependencies]
pretty_assertions = "0.6"