aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/aquatic-prime/src
diff options
context:
space:
mode:
authorTeddy Wing2018-11-08 12:17:15 +0100
committerTeddy Wing2018-11-08 12:17:15 +0100
commit8e7965a67f383b645683c5672e0036dd86c8abfa (patch)
treee230621fbc412b8fd866aa829c76d59caa263990 /license-generator/aquatic-prime/src
parent1912ea61386cd0d4f407b2881ee93e037570a36b (diff)
downloaddome-key-web-8e7965a67f383b645683c5672e0036dd86c8abfa.tar.bz2
aquatic-prime: Move 'base64' and 'serde_derive' crates to dev deps
As these crates are only used in tests, move them to the `dev-dependencies` section, and add `cfg(test)` to 'base64'.
Diffstat (limited to 'license-generator/aquatic-prime/src')
-rw-r--r--license-generator/aquatic-prime/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/license-generator/aquatic-prime/src/lib.rs b/license-generator/aquatic-prime/src/lib.rs
index 601f459..72f297e 100644
--- a/license-generator/aquatic-prime/src/lib.rs
+++ b/license-generator/aquatic-prime/src/lib.rs
@@ -1,3 +1,4 @@
+#[cfg(test)]
extern crate base64;
#[macro_use]