getsb 0.1.2

Getsb is a command line tool for sending HTTP request.
[package]
name = "getsb"
version = "0.1.2"
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"
clippy = { version = "0.0.134", optional = true }

[features]
default = []