1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 19:58:15 +03:00
wezterm/tmux-cc/Cargo.toml
Wez Furlong ec55a23398 tmux: add tmux-cc crate
This crate knows how to parse data returned from the `tmux -CC` protocol.

refs: https://github.com/wez/wezterm/issues/336
2020-11-20 09:24:28 -08:00

18 lines
355 B
TOML

[package]
name = "tmux-cc"
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]
anyhow = "1.0"
log = "0.4"
pest = "2.1"
pest_derive = "2.1"
[dev-dependencies]
pretty_env_logger = "0.4"
pretty_assertions = "0.6"