zellij/default-plugins/status-bar/Cargo.toml

12 lines
280 B
TOML
Raw Normal View History

2021-01-11 22:00:31 +03:00
[package]
name = "status-bar"
version = "0.1.0"
authors = ["Brooks J Rady <b.j.rady@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" }