ctow 0.1.3

a simple rust binary utility to convert curl commands to wget commands.
1
2
3
4
5
6
7
8
9
10
[package]
categories = ["command-line-utilities"]
description = "a simple rust binary utility to convert curl commands to wget commands."
edition = "2021"
keywords = ["curl", "wget", "conversion"]
license = "GPL-3.0-or-later"
name = "ctow"
readme = "README.md"
repository = "https://github.com/Hoverth/ctow"
version = "0.1.3"