diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
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" } |