From d3b15a5d4f4c1b1f01117b0623ab4c8763e52ae4 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 18 Aug 2021 00:25:53 -0300 Subject: Prepare design of data --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 5291931..abc396f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,8 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -mod git; +pub mod git; +pub mod data; mod util; //mod system; mod marker; -- cgit 1.4.1