explore 0.0.3

terminal file explorer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "explore"
version = "0.0.3"
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"
once_cell = "1.19.0"
ratatui = "0.27.0"
regex = "1.10.5"
syntect = "5.2.0"
tokio = "1.39.2"