[package]
name = "roast-cli"
description = "Create archive tarballs and roast them!"
authors.workspace = true
license.workspace = true
version.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
[dependencies]
clap = { version = "4.5.17", features = ["cargo", "derive", "help"] }
terminfo = "0.9.0"
tracing = { version = "0.1", features = [
"max_level_trace",
"release_max_level_debug",
] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
libroast ={ path = "../libroast", version = "^3" }
walkdir = "2.5.0"
tempfile = "3.12.0"