file_sorter-cli 0.1.2

Simple Rust CLI tool to organize downloads by file type
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "file_sorter-cli"
version = "0.1.2"
edition = "2024"
description = "Simple Rust CLI tool to organize downloads by file type"
license = "MIT"
repository = "https://github.com/yoyosmu/file_sorter"

[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
dirs = "5"