aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-08 18:10:59 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-08 18:10:59 -0500
commit108db50a7374a785f309e049b287e9b47532f566 (patch)
treed25be7765dcf79e259fd431a0bf3bc0979da0ce1 /Cargo.toml
parent86025df1f6d814c98a14211ceb4da6cf6de915c7 (diff)
working version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a102eaa..d7f2c1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Nathan Perry <avaglir@gmail.com>"]
[features]
default = ["diesel", "games"]
-games = ["oauth2"]
+games = []
[dependencies]
lazy_static = "~1.3"
@@ -32,7 +32,6 @@ timeago = "^0.1"
nom = { version = "~4.2", features = ["verbose-errors"] }
statrs = "^0.10"
fnv = "~1.0"
-oauth2 = { version = "~1.3", optional = true }
[dependencies.serenity]
default-features = false