mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-02 12:22:01 +03:00
8d0ff0fe40
* feat(statusbar): new shortcuts * feat(input): new shortcuts and ui * style(fmt): rustfmt
12 lines
223 B
TOML
12 lines
223 B
TOML
[package]
|
|
name = "tab-bar"
|
|
version = "0.1.0"
|
|
authors = ["Jonah Caplan <jonahcaplan@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
colored = "2"
|
|
ansi_term = "0.12"
|
|
zellij-tile = { path = "../../zellij-tile" }
|