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"