mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
18 lines
409 B
TOML
18 lines
409 B
TOML
[package]
|
|
name = "status-bar"
|
|
version = "0.1.0"
|
|
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
colored = "2"
|
|
ansi_term = "0.12"
|
|
lazy_static = "1.4.0"
|
|
rand = "0.8.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1.0.30"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
zellij-tile-utils = { path = "../../zellij-tile-utils" }
|