tools/ubot-plugins/ubot-plugin-janitor/Cargo.toml
author unc0rr
Wed, 14 Jul 2021 23:50:44 +0200
changeset 15815 a803bfa3f56c
permissions -rw-r--r--
Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15815
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     1
[package]
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     2
name = "ubot-plugin-janitor"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     4
edition = "2018"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     5
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     6
[dependencies]
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     7
anyhow = "1.0"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     8
tokio-amqp = "1.0"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
     9
lapin = "1.7"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
    10
tokio = {version="1.6", features = ["full"]}
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
    11
rand = "0.8"
a803bfa3f56c Add janitor plugin that would suggest mingpt plugin to reply to newcomers messages
unc0rr
parents:
diff changeset
    12
futures = "0.3"