Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
19 lines
323 B
TOML
19 lines
323 B
TOML
[package]
|
|
name = "disk-checker"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
blake3 = "1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
dialoguer = "0.11"
|
|
ignore = "0.4"
|
|
indicatif = "0.18"
|
|
rayon = "1"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|