1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/strip-ansi-escapes/Cargo.toml

12 lines
286 B
TOML
Raw Normal View History

[package]
name = "strip-ansi-escapes"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
structopt = "0.3"
termwiz = { path = "../termwiz" }