aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-02 01:41:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-02 01:41:37 +0200
commit6c4fb2a9d5bf0fde77a6633cb244828852559b04 (patch)
treee39555afb74c2fdc561679cac9567ef0a4519b03 /server/Cargo.toml
parent52e7384c955d6fcfe5d522c3c4d5258de38f3507 (diff)
downloadhurrycurry-6c4fb2a9d5bf0fde77a6633cb244828852559b04.tar
hurrycurry-6c4fb2a9d5bf0fde77a6633cb244828852559b04.tar.bz2
hurrycurry-6c4fb2a9d5bf0fde77a6633cb244828852559b04.tar.zst
move things around, add scoreboards load/save module
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 3f48b499..70e36dc7 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -19,6 +19,7 @@ shlex = "1.3.0"
clap = { version = "4.5.15", features = ["derive"] }
pollster = "0.3.0"
bincode = "2.0.0-rc.3"
+xdg = "2.5.2"
hurrycurry-protocol = { path = "protocol" }
hurrycurry-client-lib = { path = "client-lib" }