summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ddfba6..52ae871 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"