summaryrefslogtreecommitdiff
path: root/server/common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/common/Cargo.toml')
-rw-r--r--server/common/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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