mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-02 12:22:01 +03:00
e0d7212c2a
Get with the times, kiddo (and all hail disjoint captures)
12 lines
291 B
TOML
12 lines
291 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"
|
|
zellij-tile = { path = "../../zellij-tile" }
|
|
pretty-bytes = "0.2" |