holger-cli 0.0.1

Holger guards your artifacts at rest.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "holger-cli"
version = "0.0.1"
edition = "2021"
authors = ["Rickard Lundin <rickard@x14.se>" ,"Wilhelm Ă…gren"]
description = "Holger guards your artifacts at rest."
license = "MIT"
repository = "https://github.com/Ignalina/holger"
readme = "../README.md"
categories = ["command-line-utilities","development-tools"]
keywords = ["znippy", "zstd", "parallel", "arrow", "blake3"]

[dependencies]
clap = { version = "4.5.41", features = ["derive"] }
anyhow = "1.0.98"
holger-core = "0.0.1"
env_logger = "0.11.8"