summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2021-07-31 11:51:25 +0200
committerArne Dußin2021-07-31 11:51:25 +0200
commit2f14f7edf29bd7010e5f8be8691a907c8ede1278 (patch)
tree2708ee050e3dba8ca75be2160428e1c4bd487367 /Cargo.toml
parentaf7514d42b3ec6743fd8037c6e909ae8134dfa4f (diff)
downloadmatrix-zizek-bot-2f14f7edf29bd7010e5f8be8691a907c8ede1278.tar.gz
matrix-zizek-bot-2f14f7edf29bd7010e5f8be8691a907c8ede1278.zip
First basic testing zizek bot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ffeb7a..5ddfba6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+config = "0.11"
+matrix_bot_api = "0.5.1"
+rand = "0.8.4"