url-decoder 0.1.0

CLI tool to decode URL(s) back to readable form
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "url-decoder"
version = "0.1.0"
authors = ["ritiek <ritiekmalhotra123@gmail.com>"]
description = "CLI tool to decode URL(s) back to readable form"
repository = "https://github.com/ritiek/url-decoder"
readme = "README.md"
keywords = ["url", "decoder", "CLI", "tool"]
categories = ["command-line-utilities"]
license = "MIT"

[dependencies]
hyper = "0.10"
clap = "2.24"

[[bin]]
name = "urldecode"