summaryrefslogtreecommitdiffstats
path: root/vendor/gix-path/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-path/src/lib.rs')
-rw-r--r--vendor/gix-path/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/gix-path/src/lib.rs b/vendor/gix-path/src/lib.rs
index 70a9bc53f..6895aca46 100644
--- a/vendor/gix-path/src/lib.rs
+++ b/vendor/gix-path/src/lib.rs
@@ -66,3 +66,6 @@ mod spec;
///
pub mod realpath;
pub use realpath::function::{realpath, realpath_opts};
+
+/// Information about the environment in terms of locations of resources.
+pub mod env;