From d6bea61fa917d257219a43386c88a4f04cf82408 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 6 Apr 2018 19:22:55 -0400 Subject: database alteration in-flight --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4731e07..928939d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,8 @@ cfg-if = "0.1" ctrlc = { version = "3.0", features = ["termination"] } rand = "0.5.0-pre.0" either = "1.5.0" +reqwest = "0.8" +sha1 = { version = "0.6.0", features = ["std"] } [dependencies.serenity] # version = "~0.5" -- cgit v1.3.1