rust/hg-cpython/src/lib.rs
changeset 52163 7346f93be7a4
parent 52056 8b7123c8947b
child 52292 4361d787e6cf
--- a/rust/hg-cpython/src/lib.rs	Wed Jun 19 17:03:13 2024 +0200
+++ b/rust/hg-cpython/src/lib.rs	Wed Jun 19 19:10:49 2024 +0200
@@ -47,6 +47,7 @@
 pub mod revlog;
 pub mod update;
 pub mod utils;
+pub mod vfs;
 
 /// Revision as exposed to/from the Python layer.
 ///