aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-11-17 09:28:17 -0800
committerZeyla Hellyer <[email protected]>2017-11-17 09:29:32 -0800
commita96be90385b58a9098b918e0fd17288d89229752 (patch)
treeb55d51d5739411366141b6993bac9df8b869e651
parentAdd the new game types (#219) (diff)
downloadserenity-a96be90385b58a9098b918e0fd17288d89229752.tar.xz
serenity-a96be90385b58a9098b918e0fd17288d89229752.zip
docs.rs: compile all features for docs
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b19621b..859cb18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -113,3 +113,6 @@ standard_framework = ["framework", "vec_shift"]
utils = ["base64"]
voice = ["byteorder", "gateway", "opus", "sodiumoxide"]
websocket = ["evzht9h3nznqzwl"]
+
+[package.metadata.docs.rs]
+all-features = true