tools/ubot-plugins/ubot-plugin-janitor/Cargo.toml
author nemo
Mon, 24 Oct 2022 10:07:35 -0400
changeset 15886 5e8d2a8eb473
parent 15815 a803bfa3f56c
permissions -rw-r--r--
merge branch
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"