rust/hg-cpython/src/lib.rs
changeset 43251 970978975574
parent 42829 6a551a2dc666
child 43289 8d432d3a2d7c
--- a/rust/hg-cpython/src/lib.rs	Wed Oct 16 17:16:23 2019 +0300
+++ b/rust/hg-cpython/src/lib.rs	Mon Oct 07 23:17:44 2019 +0200
@@ -35,6 +35,7 @@
 pub mod exceptions;
 pub mod filepatterns;
 pub mod parsers;
+pub mod utils;
 
 py_module_initializer!(rustext, initrustext, PyInit_rustext, |py, m| {
     m.add(