From 3645805c5257019f584abb624e8a7e8d8e269036 Mon Sep 17 00:00:00 2001 From: drfrugal Date: Sun, 9 Mar 2025 11:35:10 +0100 Subject: added repository link to Cargo.toml --- cli/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d83f829..c38f2ce 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "zlib-header-cli" -version = "0.1.1" +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"] +repository = "https://git.drfrugal.xyz/lib/zlib-header/" [dependencies] clap = { version = "4.5.30", features = ["derive"] } -zlib-header = { path = "../lib", version = "0.1.1" } +zlib-header = { path = "../lib", version = "0.1.2" } -- cgit v1.2.3