discord-webhooks 0.1.0

This is a simple library for interacting with Discord's webhooks
Documentation
[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["twotxh"]
description = "This is a simple library for interacting with Discord's webhooks"
edition = "2018"
homepage = "https://github.com/twotxh/discord-webhooks/"
keywords = ["discord", "webhooks"]
license = "MIT"
name = "discord-webhooks"
repository = "https://github.com/twotxh/discord-webhooks/"
version = "0.1.0"