aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-10-17 15:53:41 -0700
committerZeyla Hellyer <[email protected]>2017-10-17 15:53:41 -0700
commit9115dadb78404d332630ff47472a5c7218e72022 (patch)
tree1b11ea1b6db3b2aeab09d9b61d4373fe83f389bc /Cargo.toml
parentChange `features` fields to be a Vec<String> (diff)
downloadserenity-9115dadb78404d332630ff47472a5c7218e72022.tar.xz
serenity-9115dadb78404d332630ff47472a5c7218e72022.zip
Fix some compilation feature targets, fix lints
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fefa679..646edb1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ version = "0.4.1"
[dependencies]
bitflags = "^1.0"
log = "~0.3"
+parking_lot = "^0.4"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
@@ -59,10 +60,6 @@ version = "0.1"
optional = true
version = "0.2"
-[dependencies.parking_lot]
-optional = true
-version = "0.4"
-
[dependencies.sodiumoxide]
default-features = false
optional = true
@@ -104,7 +101,6 @@ client = [
"gateway",
"http",
"lazy_static",
- "parking_lot",
"threadpool",
"typemap",
]