getsb 0.1.1

Getsb is a command line tool for sending HTTP request.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "getsb"
version = "0.1.1"
authors = ["Nazarii Sheremet <nazarii.sheremet@gmail.com>"]

description = "Getsb is a command line tool for sending HTTP request."
documentation = "https://docs.rs/getsb"
repository = "https://github.com/nsheremet/getsb-cli"
homepage = "https://github.com/nsheremet/getsb-cli"
readme = "README.md"
keywords = ["http", "command-line", "tools"]
license = "MPL-2.0"

[dependencies]
clap = "2.23"
knock = "0.1"
serde_json = "0.9"