korero 0.1.1

Kōrero means to talk, speak or converse in Māori. This crate is a library for interfacing with things, just as kōrero helps people interface with one another.
Documentation
[dependencies.console]
version = "0.15.0"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.79"

[package]
authors = ["Aiden Langley <me@aidenlangley.com>"]
categories = ["command-line-utilities", "web-programming::http-client"]
description = "Kōrero means to talk, speak or converse in Māori. This crate is a library for interfacing with things, just as kōrero helps people interface with one another."
documentation = "https://docs.rs/korero"
edition = "2021"
homepage = "https://github.com/aidenlangley/korero"
license = "MIT OR Apache-2.0"
name = "korero"
repository = "https://github.com/aidenlangley/korero"
resolver = "2"
version = "0.1.1"