From 5cf669fbc7c4b32ae67040bcb6bbcb52a657fa2c Mon Sep 17 00:00:00 2001 From: drfrugal Date: Sun, 9 Mar 2025 21:30:45 +0100 Subject: added email to author --- cli/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c38f2ce..000df03 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2024" description = "CLI to print details of the 2 Byte zlib header, as defined in RFC 1950." license = "MIT" -authors = ["DrFrugal"] +authors = ["DrFrugal "] repository = "https://git.drfrugal.xyz/lib/zlib-header/" [dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 357f07e..7831410 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.2" edition = "2024" description = "Library to work with the 2 Byte zlib header, as defined in RFC 1950." license = "MIT" -authors = ["DrFrugal"] +authors = ["DrFrugal "] repository = "https://git.drfrugal.xyz/lib/zlib-header/" [dependencies] -- cgit v1.2.3