diff options
author | drfrugal <drfrugal@karazhan> | 2025-03-09 21:30:45 +0100 |
---|---|---|
committer | drfrugal <drfrugal@karazhan> | 2025-03-09 21:30:45 +0100 |
commit | 5cf669fbc7c4b32ae67040bcb6bbcb52a657fa2c (patch) | |
tree | 98cb3d8196e4d7938911b50dd47e5f021abd2d4e | |
parent | 3645805c5257019f584abb624e8a7e8d8e269036 (diff) |
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | 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 <contact@drfrugal.xyz>"]
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 <contact@drfrugal.xyz>"]
repository = "https://git.drfrugal.xyz/lib/zlib-header/"
[dependencies]
|