summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3ea87d6..534533d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -33,6 +33,9 @@ extern crate toml;
#[cfg(feature = "json")]
extern crate serde_json;
+#[cfg(feature = "yaml")]
+extern crate yaml_rust;
+
mod error;
mod value;
mod de;