kaa_file_manager 1.0.0

CLI file manager. Very simple. By KAA
# 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 = "2024"
name = "kaa_file_manager"
version = "1.0.0"
authors = ["Alexey KAA"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI file manager. Very simple. By KAA"
readme = false
license = "MIT OR Apache-2.0"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.inquire]
version = "0.9.3"