tools/ubot/Cargo.toml
author Sergey Alirzaev <zl29ah@gmail.com>
Sat, 05 Nov 2022 17:48:45 +0100
changeset 15889 eb52cf05e454
parent 15789 d97ea528ce95
permissions -rw-r--r--
GameServer: bump network dependency

[package]
name = "ubot"
version = "0.1.0"
authors = ["Andrey Korotaev <andrey.korotaev@norbit.com>"]
edition = "2018"

[dependencies]
tokio-amqp = "1.0"
lapin = "1.7"
tokio = {version="1.6", features = ["full"]}
irc = "0.15"
anyhow = "1.0"
futures = "0.3"
url = "2.2"
rand = "0.8"