tiny-dc 0.1.3

A tiny but mighty TUI directory changer
Documentation
[package]
name = "tiny-dc"
version = "0.1.3"
edition = "2021"
license = "MIT"
description = "A tiny but mighty TUI directory changer"
repository = "https://github.com/n1ghtmare/tiny-dc"
readme = "README.md"
keywords = ["tui", "terminal", "directory", "changer", "cli"]
categories = ["command-line-utilities"]

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

[dependencies]
anyhow = "1.0.89"
clap = { version = "4.5.35", features = ["derive"] }
crossterm = "0.29.0"
ratatui = "0.29.0"

[dev-dependencies]
insta = "1.41.1"
tempfile = "3.13.0"