summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-21 15:31:18 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-21 15:31:18 +0200
commit34190a70b1efa0972ef58b88d356f985c46b89ae (patch)
treed8cf5b98a4d0aed34bff048fb1e15a87f106f6db /server/Cargo.toml
parent41c95fc5b6b1c8bc4b944d889414a4197a23837b (diff)
downloadhurrycurry-34190a70b1efa0972ef58b88d356f985c46b89ae.tar
hurrycurry-34190a70b1efa0972ef58b88d356f985c46b89ae.tar.bz2
hurrycurry-34190a70b1efa0972ef58b88d356f985c46b89ae.tar.zst
server: mdns and upnp
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 520e3d24..ef14fddd 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hurrycurry-server"
-version = "0.2.0"
+version = "2.1.0"
edition = "2021"
default-run = "hurrycurry-server"
@@ -26,6 +26,9 @@ reqwest = { version = "0.12.7", default-features = false, features = [
pollster = "0.3.0"
bincode = "2.0.0-rc.3"
xdg = "2.5.2"
+igd = { version = "0.12.1", features = ["aio"] }
+get_if_addrs = "0.5.3"
+mdns-sd = "0.11.4"
hurrycurry-protocol = { path = "protocol" }
hurrycurry-client-lib = { path = "client-lib" }