diff -r 13815c9decd4 -r 7346f93be7a4 rust/hg-cpython/src/lib.rs --- 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. ///