summaryrefslogtreecommitdiff
path: root/server/common/Cargo.toml
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-08 01:44:15 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-08 01:44:15 +0200
commit6c0d52d421a47bb486eafe8a62363c147bf5fa2f (patch)
tree198168685163384ca79d8dd17c19d9aaeec4fac0 /server/common/Cargo.toml
parent6bd0c135a877627c2d730649824dee7d5bfa6b08 (diff)
common: Improve assert_eq output in tests
Diffstat (limited to 'server/common/Cargo.toml')
-rw-r--r--server/common/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/common/Cargo.toml b/server/common/Cargo.toml
index 2c70d43..3e374a9 100644
--- a/server/common/Cargo.toml
+++ b/server/common/Cargo.toml
@@ -9,6 +9,7 @@ futures.workspace = true
log.workspace = true
md5 = "0.7.0"
pathdiff = "0.2.3"
+pretty_assertions.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["fs", "macros", "process", "rt", "sync"] }
xml-rs = "0.8.26"