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/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/common/Cargo.toml') diff --git a/server/common/Cargo.toml b/server/common/Cargo.toml index fdabffa..25d3d39 100644 --- a/server/common/Cargo.toml +++ b/server/common/Cargo.toml @@ -4,11 +4,13 @@ version = "0.1.0" edition = "2021" [dependencies] +anyhow.workspace = true futures.workspace = true log.workspace = true pathdiff = "0.2.3" serde.workspace = true tokio = { workspace = true, features = ["fs", "macros", "process", "rt", "sync"] } +xml-rs = "0.8.26" [dev-dependencies] testdir.workspace = true -- cgit v1.2.3-70-g09d2