mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
13 lines
328 B
TOML
13 lines
328 B
TOML
[package]
|
|
name = "strip-ansi-escapes"
|
|
version = "0.1.0"
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
# 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" }
|