diff options
Diffstat (limited to 'helix-stdx/src/lib.rs')
-rw-r--r-- | helix-stdx/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-stdx/src/lib.rs b/helix-stdx/src/lib.rs new file mode 100644 index 00000000..ae3c3a98 --- /dev/null +++ b/helix-stdx/src/lib.rs @@ -0,0 +1,2 @@ +pub mod env; +pub mod path; |