diff options
| author | Arne Dußin | 2021-08-01 22:30:56 +0200 |
|---|---|---|
| committer | Arne Dußin | 2021-08-01 22:30:56 +0200 |
| commit | 0cd52d15fd782b515bf7ee917bb51d27740684f1 (patch) | |
| tree | 520e2fb3c953b25d80ff60a5adf490115800ba88 /Cargo.toml | |
| parent | 2f14f7edf29bd7010e5f8be8691a907c8ede1278 (diff) | |
| download | matrix-zizek-bot-main.tar.gz matrix-zizek-bot-main.zip | |
Login now works, "lend" from autojoin bot for referencemain
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,5 +7,9 @@ edition = "2018" [dependencies] config = "0.11" -matrix_bot_api = "0.5.1" +dirs = "3.0" +matrix-sdk = "0.3.0" rand = "0.8.4" +tokio = { version = "1.9.0", features = ["macros", "rt-multi-thread"] } +tracing-subscriber = "0.2.19" +url = "2.2.2" |
