summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-12 01:03:15 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-12 01:03:15 +0800
commit0d385d0ddf650272bb1a50beeda6a321ad8ae7e0 (patch)
treeaf4cca25d8c6fb9853b70aa2d70477c60971a843 /src/lib.rs
parentea8e6d2573c38050e835e34c439fadde0ea4076c (diff)
Re-export crate `cfg_file`
Diffstat (limited to 'src/lib.rs')
-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