summary refs log tree commit diff stats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-18 00:25:53 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-18 00:25:53 -0300
commitd3b15a5d4f4c1b1f01117b0623ab4c8763e52ae4 (patch)
tree454e24f063e5a5f211af5ec78e9809969936c449 /src/lib.rs
parenta67b0812659d1481f4c5be77ce2cf448b0b37b8c (diff)
Prepare design of data
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
 
-mod git;
+pub mod git;
+pub mod data;
 mod util;
 //mod system;
 mod marker;