reporters 0.1.0

Reporter will help you in sending a piece of information or message to different destinations e.g. email inbox, slack channel etc
Documentation
[package]
name = "reporters"
version = "0.1.0"
edition = "2021"
description = "Reporter will help you in sending a piece of information or message to different destinations e.g. email inbox, slack channel etc"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
lettre = "0.10.0-rc.4"
dotenv = "0.15.0"
log = "0.4"
fern = "0.5"
chrono = "0.4"