purger-cli 0.4.1

Command-line interface for Rust project cleaner
Documentation
[package]
name = "purger-cli"
autobins = false
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Command-line interface for Rust project cleaner"


[lib]

name = "purger_cli"

path = "src/lib.rs"



[dependencies]
purger-core = { version = "0.4.1", path = "../purger-core" }
anyhow.workspace = true
clap.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde.workspace = true
toml.workspace = true


[dev-dependencies]

tempfile.workspace = true