tools/ubot/Cargo.toml
author unC0Rr
Wed, 28 Aug 2024 13:36:52 +0200
changeset 16019 eb015d6b4a2a
parent 15789 d97ea528ce95
permissions -rw-r--r--
Avoid creating unused string that is quite costly to produce

[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"