aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-02 17:07:26 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-02 17:12:37 -0700
commit41563ee01b4eb3481207a88bbb2e3a54d6e96b2b (patch)
tree320451f022163eb539553884cc390a0c4e9b3585 /src/lib.rs
parent2d49247b92f74cf760202b7d1a08d61804f45bca (diff)
downloadmilf-rs-41563ee01b4eb3481207a88bbb2e3a54d6e96b2b.tar.gz
milf-rs-41563ee01b4eb3481207a88bbb2e3a54d6e96b2b.zip
wip
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0196fbc..81083e6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -40,6 +40,7 @@
#![cfg_attr(test, deny(warnings))]
#[cfg(feature = "rustc-serialize")] extern crate rustc_serialize;
+#[cfg(feature = "serde")] extern crate serde;
use std::collections::BTreeMap;
use std::str::FromStr;