mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
e0d7212c2a
Get with the times, kiddo (and all hail disjoint captures)
13 lines
303 B
TOML
13 lines
303 B
TOML
[package]
|
|
name = "tab-bar"
|
|
version = "0.1.0"
|
|
authors = ["Jonah Caplan <jonahcaplan@gmail.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" } |