summaryrefslogtreecommitdiffstats
path: root/default-plugins/tab-bar/Cargo.toml
blob: dd91bdb5c19629a7793fcab3b6b012423480a1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"
zellij-tile = { path = "../../zellij-tile" }
zellij-tile-utils = { path = "../../zellij-tile-utils" }