fsize-cli 0.2.0

A command-line tool for measuring file and directory size
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fsize-cli"
version = "0.2.0"
edition = "2024"
description = "A command-line tool for measuring file and directory size"
license = "MIT"
repository = "https://github.com/Censera/fsize"
readme = "../README.md"

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

[dependencies]
fsize-core = { path = "../fsize-core", version = "0.2.1" }
clap = { version = "4.5", features = ["derive"] }
serde_json = "1.0"