tools/ubot-plugins/ubot-mingpt-plugin/Cargo.toml
changeset 15791 2528e3508bf4
equal deleted inserted replaced
15790:efe4e3290870 15791:2528e3508bf4
       
     1 [package]
       
     2 name = "ubot-mingpt-plugin"
       
     3 version = "0.1.0"
       
     4 authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
       
     5 edition = "2018"
       
     6 
       
     7 [dependencies]
       
     8 tch = "0.4"
       
     9 anyhow = "1.0"
       
    10 tokio-amqp = "1.0"
       
    11 lapin = "1.7"
       
    12 tokio = {version="1.6", features = ["full"]}
       
    13 rand = "0.8"
       
    14 futures = "0.3"
       
    15