diskr 0.1.1

Lightweight terminal file explorer and disk/storage manager for macOS
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "diskr"
version = "0.1.1"
authors = ["Milo Evans"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight terminal file explorer and disk/storage manager for macOS"
homepage = "https://github.com/milobeans/diskr"
readme = "README.md"
keywords = [
    "disk",
    "storage",
    "tui",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/milobeans/diskr"

[[bin]]
name = "diskr"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.28"

[dependencies.trash]
version = "5"