mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
84ff29dd02
* rebind => reconfigure * persist keybinds and mode info to new tabs * add configuration plugin * make tests pass * remove warnings * style(fmt): rustfmt
12 lines
229 B
TOML
12 lines
229 B
TOML
[package]
|
|
name = "configuration"
|
|
version = "0.1.0"
|
|
authors = ["Aram Drevekenin <aram@poor.dev>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
chrono = "0.4.0"
|