aboutsummaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
blob: a6e434a6277973f00f1ead389c32192305f8fc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "zlib-header-cli"
version = "0.1.0"
edition = "2024"
description = "CLI to print details of the 2 Byte zlib header, as defined in RFC 1950."
license = "MIT"
authors = ["DrFrugal"]

[dependencies]
clap = { version = "4.5.30", features = ["derive"] }
zlib-header = { path = "../lib" }