[package] name = "risk_and_safety_borat" version = "0.3.0" edition = "2021" license = "MIT" description = "An internal tool to enable Risk and Safety Solutions staff to monitor the availability of breakout rooms." repository = "https://github.com/risk-and-safety/borat" [lib] name = "borat" [[bin]] name = "borat" path = "src/main.rs" [dependencies] anyhow = "1.0.75" clap = { version = "4.4.7", features = ["derive"] } colored = "2.0.4" console = "0.15.7" reqwest = { version = "0.11.22", features = ["blocking", "json"] } serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.108"