zellij/default-plugins/strider/Cargo.toml
Brooks J Rady e0d7212c2a chore(rust): move to 2021 edition
Get with the times, kiddo (and all hail disjoint captures)
2021-10-22 02:21:16 +01:00

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"