risk_and_safety_borat 0.3.0

An internal tool to enable Risk and Safety Solutions staff to monitor the availability of breakout rooms.
Documentation
[[bin]]
name = "borat"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
features = ["derive"]
version = "4.4.7"

[dependencies.colored]
version = "2.0.4"

[dependencies.console]
version = "0.15.7"

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

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

[dependencies.serde_json]
version = "1.0.108"

[lib]
name = "borat"

[package]
description = "An internal tool to enable Risk and Safety Solutions staff to monitor the availability of breakout rooms."
edition = "2021"
license = "MIT"
name = "risk_and_safety_borat"
readme = "README.md"
repository = "https://github.com/risk-and-safety/borat"
version = "0.3.0"