mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-01 18:56:29 +03:00
9f1e38f9fa
* add plugin list to session info * feat(plugins): new_plugin and reload_plugin API commands * feat(plugins): built-in plugin manager * style(fmt): rustfmt * update plugins
11 lines
248 B
TOML
11 lines
248 B
TOML
[package]
|
|
name = "plugin-manager"
|
|
version = "0.1.0"
|
|
authors = ["Aram Drevekenin <aram@poor.dev>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
uuid = { version = "1.7.0", features = ["v4"] }
|
|
fuzzy-matcher = "0.3.7"
|
|
zellij-tile = { path = "../../zellij-tile" }
|