aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9444eb0..4731e07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,9 +16,11 @@ dotenv = "0.11.0"
dotenv_codegen = "0.11.0"
chrono = "0.4.1"
fern = { version = "0.5", features = ["colored"] }
-diesel = { version = "1.0.0", features = ["postgres", "chrono"], optional = true }
+diesel = { version = "1.1", features = ["postgres", "chrono", "r2d2"], optional = true }
cfg-if = "0.1"
ctrlc = { version = "3.0", features = ["termination"] }
+rand = "0.5.0-pre.0"
+either = "1.5.0"
[dependencies.serenity]
# version = "~0.5"