file_sorter-cli 0.1.3

Simple Rust CLI tool to organize downloads by file type
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "file_sorter-cli"
version = "0.1.3"
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"
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.1.2"