tools/ubot-plugins/ubot-plugin-janitor/Cargo.toml
changeset 15815 a803bfa3f56c
equal deleted inserted replaced
15814:d9db7b763bd1 15815:a803bfa3f56c
       
     1 [package]
       
     2 name = "ubot-plugin-janitor"
       
     3 version = "0.1.0"
       
     4 edition = "2018"
       
     5 
       
     6 [dependencies]
       
     7 anyhow = "1.0"
       
     8 tokio-amqp = "1.0"
       
     9 lapin = "1.7"
       
    10 tokio = {version="1.6", features = ["full"]}
       
    11 rand = "0.8"
       
    12 futures = "0.3"