summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-29 20:45:40 +0100
committerGitHub <noreply@github.com>2020-01-29 20:45:40 +0100
commitcc9e2a50abe88ad30783d6708f565b5e2d885c6e (patch)
tree0ee5b1495fc402829c44fcb56aec5167b0ff7369 /Cargo.toml
parentf8f986f9e17caac8dc246637de1c9063803d2699 (diff)
parent12f5c6dbe1ca2c6be21faa3bc239385aabef68e4 (diff)
downloadpokebot-cc9e2a50abe88ad30783d6708f565b5e2d885c6e.tar.gz
pokebot-cc9e2a50abe88ad30783d6708f565b5e2d885c6e.zip
Merge pull request #19 from Mavulp/multibot
Split the bot into a master bot and music bots
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6622793..34726ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,3 +33,4 @@ gstreamer-audio = "0.15.0"
byte-slice-cast = "0.3.5"
serde_json = "1.0.44"
serde = "1.0.104"
+rand = { version = "0.7.3", features = ["small_rng"] }