1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/tabout/Cargo.toml

13 lines
325 B
TOML
Raw Normal View History

2019-06-14 01:00:57 +03:00
[package]
name = "tabout"
2020-04-15 18:20:46 +03:00
version = "0.3.0"
2019-06-14 01:00:57 +03:00
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
repository = "https://github.com/wez/wezterm"
description = "Tabulate output for CLI programs"
license = "MIT"
documentation = "https://docs.rs/tabout"
[dependencies]
2021-04-14 22:59:26 +03:00
termwiz = { path = "../termwiz", version="0.13"}