From 4c8d0c0d30a4fd345b0683a02e81e28ab914ca23 Mon Sep 17 00:00:00 2001 From: Thomas Dickson Date: Tue, 30 Apr 2024 12:51:19 +1200 Subject: [PATCH] feat: increment version, tweak crate description --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 156c023..29c7170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "ctow" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "GPL-3.0-or-later" keywords = ["curl", "wget", "conversion"] categories = ["command-line-utilities"] -description = "a simple rust binary utility to convert curl commands to wget commands." +description = "A simple rust binary utility to convert curl commands to wget commands." repository = "https://github.com/Hoverth/ctow" readme = "README.md"