summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-06 04:00:49 +0200
committerJokler <jokler.contact@gmail.com>2017-10-11 15:41:32 +0200
commit3bf595091370a76ef76d602909b387b284db410c (patch)
treeffe93c51e83d9b4ab044286b788b8ff44012ec34 /Cargo.toml
parent56e04f0798277196d75ed5654e01a19692b2b817 (diff)
downloadfrippy-3bf595091370a76ef76d602909b387b284db410c.tar.gz
frippy-3bf595091370a76ef76d602909b387b284db410c.zip
Add clippy as an optional build feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a126b60..621b681 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,3 +26,5 @@ serde = "1.0.15"
serde_json = "1.0.3"
unicode_names = { git = 'https://github.com/antifuchs/unicode_names', branch = 'fix-for-rust-1-10' }
+
+clippy = {version = "*", optional = true}