aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.rs
diff options
context:
space:
mode:
authorEdward Barnard2017-05-03 13:20:02 +0100
committerEdward Barnard2017-05-03 13:20:02 +0100
commit29248dcf3e8e1798b09967583fffed95a8856380 (patch)
tree09bcdf8a9154e1457f83ace3b3c24703bb40b7e8 /tests/tests.rs
parent9ac3cd9e720ed9e412361c51c5611f24b1518402 (diff)
downloadrust-plist-0.2.0.tar.bz2
Implement serialisation and deserialisation for the plist Date type.v0.2.0
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 8754b09..41bbfd5 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -1,3 +1,4 @@
+extern crate chrono;
extern crate plist;
#[cfg(feature = "serde")]