summaryrefslogtreecommitdiffstats
path: root/default-plugins/tab-bar/Cargo.toml
blob: 7fd6593dd602f6e07decd5cd590cf442944d0d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tab-bar"
version = "0.1.0"
authors = ["Jonah Caplan <jonahcaplan@gmail.com>"]
edition = "2018"
license = "MIT"

[dependencies]
colored = "2"
ansi_term = "0.12"
unicode-width = "0.1.8"
zellij-tile = { path = "../../zellij-tile" }
zellij-tile-utils = { path = "../../zellij-tile-utils" }