summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..7443a54
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,6 @@
+// Feature `cfg_file`
+#[cfg(feature = "cfg_file")]
+extern crate cfg_file;
+
+#[cfg(feature = "cfg_file")]
+pub use cfg_file::*; \ No newline at end of file