roast-cli 7.2.2

Create archive tarballs and roast them!
Documentation
[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 = { workspace = true, features = ["help", "derive", "wrap_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"] }
walkdir = "2.5.0"
tempfile = "3.12.0"
libroast = { version = "7.2.2", path = "../libroast" }

[features]
obs = ["libroast/obs"]

[lints]
workspace = true