mostlybot 0.1.5

mostlybot is the twitch bot that I use for my stream on twitch
Documentation
[[bin]]
name = "mostlybot"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.franz-client]
version = "0.1.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.tokio]
features = ["macros", "process", "rt-multi-thread", "signal"]
version = "1.40.0"

[dependencies.tokio-util]
version = "0.7.12"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"

[dependencies.twitcheventsub]
version = "0.1.4"

[lib]
name = "mostlybot"
path = "src/lib.rs"

[package]
authors = ["Maxi Saparov"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "mostlybot is the twitch bot that I use for my stream on twitch"
documentation = "https://docs.rs/mostlybot"
edition = "2021"
keywords = ["twitch", "bot"]
license = "MIT"
name = "mostlybot"
readme = "README.md"
repository = "https://github.com/mostlymaxi/twitch-interactive-things/tree/main/twitch/bot"
version = "0.1.5"