archie-cli 0.1.1

Archie is a simple CLI tool that allows you to archive infrequently used folders effortlessly and intelligently.
[[bin]]
name = "archie"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.argh]
version = "0.1.12"

[dependencies.b64]
version = "0.4.0"

[dependencies.homedir]
version = "0.2.1"

[dependencies.rust-lzma]
version = "0.6.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.189"

[dependencies.tar]
version = "0.4.40"

[dependencies.toml]
version = "0.8.2"

[package]
description = "Archie is a simple CLI tool that allows you to archive infrequently used folders effortlessly and intelligently."
edition = "2021"
license = "MIT"
name = "archie-cli"
readme = "README.md"
repository = "https://github.com/davnotdev"
version = "0.1.1"