explore 0.0.0

terminal file explorer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "explore"
version = "0.0.0"
edition = "2021"
description = "terminal file explorer"
license = "MIT"
readme = "README.md"
repository = "https://github.com/nathanroark/explore"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
color-eyre = "0.6.3"
ratatui = "0.27.0"