mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
12 lines
280 B
TOML
12 lines
280 B
TOML
[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-extra = { path = "../../zellij-tile-extra" } |