aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-04-30 02:29:07 -0400
committerNathan Perry <avaglir@gmail.com>2018-04-30 02:29:07 -0400
commitfbb50f6a151c0ba91a7c88589f0d4ad30cc2e53d (patch)
tree47305b567979d1dcd387b3ca0ce5ca29802f1e11 /Cargo.toml
parent45f92ee5394ee6edb10e0c9b0c668441d6df1928 (diff)
maybe as far as we're going to go with clap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a39320b..f62e460 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,13 +17,14 @@ dotenv_codegen = "0.11.0"
chrono = "0.4.1"
fern = { version = "0.5", features = ["colored"] }
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"
reqwest = "0.8"
sha1 = { version = "0.6.0", features = ["std"] }
mime_guess = "1.8.4"
+regex = "0.2"
+clap = "2.31"
[dependencies.serenity]
default-features = false