summaryrefslogtreecommitdiffstats
path: root/default-plugins/compact-bar/Cargo.toml
blob: 6f45e2c4056744290236f1d6d895a466d0f93f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "compact-bar"
version = "0.1.0"
authors = ["Alexander Kenji Berthold <aks.kenji@protonmail.com>" ]
edition = "2021"
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" }