rp-cli 0.0.4

rp-cli is a cli of The Rust Playground.
Documentation
[package]
authors = ["naoto0822 <n.h.in.m.h@gmail.com>"]
categories = ["command-line-utilities"]
description = "rp-cli is a cli of The Rust Playground."
homepage = "https://github.com/naoto0822/rp-cli"
license = "MIT/Apache-2.0"
name = "rp-cli"
repository = "https://github.com/naoto0822/rp-cli"
version = "0.0.4"
edition = "2018"
exclude = ["examples/*"]
keywords = [
	"cli",
	"clap",
	"rust-playground"
]

[[bin]]
name = "rp"
path = "src/bin/main.rs"

[dependencies]
clap = { version = "3.0.14", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"] }
# reqwest = { version = "0.11", features = ["json", "blocking"] }
url = { version = "2", features = ["serde"] }