From 396da6e3821a799b09e9b475ca9aa79332af42b1 Mon Sep 17 00:00:00 2001 From: drfrugal Date: Fri, 7 Mar 2025 21:54:19 +0100 Subject: adjustmented Cargo.toml for publishing to crates.io --- cli/Cargo.toml | 3 +++ lib/Cargo.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e84f99e..a6e434a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,6 +2,9 @@ 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"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0e57fb6..a5e8c54 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,6 +2,9 @@ name = "zlib-header" version = "0.1.0" edition = "2024" +description = "Library to work with the 2 Byte zlib header, as defined in RFC 1950." +license = "MIT" +authors = ["DrFrugal"] [dependencies] hex = "0.4.3" -- cgit v1.2.3