From 4874d6320a903a33e9aacf831ce1b8f3db5a0a33 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 2 Dec 2022 15:21:36 +0000 Subject: Add tree cache --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index c7b60e58a7..00f72dc59f 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -1,6 +1,7 @@ use pyo3::prelude::*; pub mod push; +pub mod tree_cache; /// Returns the hash of all the rust source files at the time it was compiled. /// -- cgit 1.5.1