diff options
| author | Edward Barnard | 2017-05-03 13:20:02 +0100 |
|---|---|---|
| committer | Edward Barnard | 2017-05-03 13:20:02 +0100 |
| commit | 29248dcf3e8e1798b09967583fffed95a8856380 (patch) | |
| tree | 09bcdf8a9154e1457f83ace3b3c24703bb40b7e8 /tests/tests.rs | |
| parent | 9ac3cd9e720ed9e412361c51c5611f24b1518402 (diff) | |
| download | rust-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.rs | 1 |
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")] |
