1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/strip-ansi-escapes/Cargo.toml
Wez Furlong a050849695 deps: update to clap 4
Deal with some breaking changes
2022-10-04 08:55:31 -07:00

12 lines
312 B
TOML

[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]
clap = {version="4.0", features=["derive"]}
termwiz = { path = "../termwiz" }