aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-06 23:03:32 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-06 23:03:40 +0200
commit176e6bc6c4c29bea3be2aceca99743b997c76c97 (patch)
tree1161e7a966843324756340da4b6452492902fa07 /Cargo.lock
parentea86b11b682500160f37b35ea8f06b081cd05036 (diff)
downloadhurrycurry-176e6bc6c4c29bea3be2aceca99743b997c76c97.tar
hurrycurry-176e6bc6c4c29bea3be2aceca99743b997c76c97.tar.bz2
hurrycurry-176e6bc6c4c29bea3be2aceca99743b997c76c97.tar.zst
Move data code to own crate + general data refactor
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 16 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2d166b39..50cf378b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -997,6 +997,20 @@ dependencies = [
]
[[package]]
+name = "hurrycurry-data"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "clap",
+ "hurrycurry-locale",
+ "hurrycurry-protocol",
+ "serde",
+ "serde_json",
+ "serde_yml",
+ "shlex",
+]
+
+[[package]]
name = "hurrycurry-discover"
version = "2.3.5"
dependencies = [
@@ -1098,6 +1112,7 @@ dependencies = [
"get_if_addrs",
"hurrycurry-bot",
"hurrycurry-client-lib",
+ "hurrycurry-data",
"hurrycurry-locale",
"hurrycurry-protocol",
"igd",
@@ -1109,7 +1124,6 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
- "serde_yml",
"shlex",
"tokio",
"tokio-tungstenite",
@@ -1123,6 +1137,7 @@ dependencies = [
"anyhow",
"clap",
"env_logger",
+ "hurrycurry-data",
"hurrycurry-locale",
"hurrycurry-protocol",
"hurrycurry-server",