* rebind => reconfigure * persist keybinds and mode info to new tabs * add configuration plugin * make tests pass * remove warnings * style(fmt): rustfmt
11 lines
229 B
TOML
11 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"
|