mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-19 15:21:43 +03:00
14 lines
324 B
TOML
14 lines
324 B
TOML
|
[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" }
|