tools/ubot-plugins/ubot-plugin-janitor/Cargo.toml
author unC0Rr
Wed, 18 Sep 2024 14:10:51 +0200
branchtransitional_engine
changeset 16036 7b8d96fc8799
parent 15815 a803bfa3f56c
permissions -rw-r--r--
Remove old code
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"