From 158a9f64daac699d094dc7550c81be9059aefa0a Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 5 Jun 2025 01:50:52 +0200 Subject: Add grit module to common Parses grit files. I tried using serde-xml-rs but it can't handle text mixed with elements so xml-rs and event stream it is. --- server/common/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'server/common/src/lib.rs') diff --git a/server/common/src/lib.rs b/server/common/src/lib.rs index abea52e..b844371 100644 --- a/server/common/src/lib.rs +++ b/server/common/src/lib.rs @@ -1,6 +1,7 @@ pub mod fs_utils; pub mod git; pub mod git_socket; +pub mod grit; #[cfg(test)] mod tests; -- cgit v1.2.3-70-g09d2