mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-26 22:15:19 +03:00
805fd1dc81
* fix(plugins): adjust debounce and smart file ignore in strider * style(comment): remove commented code * style(fmt): rustfmt
20 lines
484 B
TOML
20 lines
484 B
TOML
[package]
|
|
name = "strider"
|
|
version = "0.2.0"
|
|
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
|
|
edition = "2021"
|
|
description = "A simplified ranger clone written as a Zellij plugin"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
colored = "2.0.0"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
pretty-bytes = "0.2.2"
|
|
ignore = "0.4.20"
|
|
fuzzy-matcher = "0.3.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
unicode-width = "0.1.8"
|
|
ansi_term = "0.12.1"
|
|
strip-ansi-escapes = "0.1.1"
|