tools/ubot/Cargo.toml
author unc0rr
Tue, 15 Jun 2021 20:46:28 +0200
changeset 15793 96443d9b48c9
parent 15789 d97ea528ce95
permissions -rw-r--r--
Update mingpt plugin to include recent chat history in the seed

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