aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-06-17 17:03:56 +0200
committerTill Hoeppner2015-06-17 17:04:06 +0200
commit2902d8734f5c1f036eb340e35e8d1dc7a74c23b6 (patch)
treed09ff702397a73c66c938b5891765e92e18abd69 /Cargo.toml
parent63838165c31397fec199bf99c96497a1169c4d52 (diff)
downloadirsc-2902d8734f5c1f036eb340e35e8d1dc7a74c23b6.tar.gz
irsc-2902d8734f5c1f036eb340e35e8d1dc7a74c23b6.tar.xz
irsc-2902d8734f5c1f036eb340e35e8d1dc7a74c23b6.zip
This commit is a little too large. Sorry. :S
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 797fcc3..4cb462e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,13 +13,19 @@ license = "MIT"
log = "*"
regex = "*"
regex_macros = "*"
+carboxyl = "*"
[features]
ssl = ["openssl"]
+lints = ["clippy"]
[dependencies.openssl]
version = "*"
optional = true
+[dependencies.clippy]
+version = "*"
+optional = true
+
[dev-dependencies]
env_logger = "*"