hanabot 0.2.2

A Slack bot that lets you play Hanabi
[[bin]]
name = "hanabot"
path = "src/main.rs"

[dependencies.eyre]
version = "0.6.12"

[dependencies.http]
version = "1.3.1"

[dependencies.rand]
version = "0.9.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.slack-morphism]
features = ["hyper"]
version = "2.14.0"

[dependencies.tokio]
features = ["full"]
version = "1.46.1"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Slack bot that lets you play Hanabi"
edition = "2021"
keywords = ["bot", "slack", "hanabi"]
license = "MIT OR Apache-2.0"
name = "hanabot"
readme = "README.md"
repository = "https://github.com/jonhoo/hanabot.git"
version = "0.2.2"