muchrooms/Cargo.toml
Maxime “pep” Buquet 5be165e08a
Cargo.toml: Add myself as author
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2022-12-27 11:41:05 +01:00

18 lines
521 B
TOML

[package]
name = "hanabi-muc"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "MUC implementation allowing participants to play the Hanabi game."
[dependencies]
async-trait = "^0.1"
chrono = "0.4.22"
env_logger = "^0.9"
futures = "^0.3"
lazy_static = "^1.4"
log = "^0.4"
tokio = "^1.20"
tokio-xmpp = { version = "^3.2", default-features = false, features = ["tls-rust"] }
xmpp-parsers = { version = "^0.19", features = ["component"] }