aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42727fcd..afc0d4a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1034,6 +1034,14 @@ dependencies = [
]
[[package]]
+name = "hurrycurry-locale"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "hurrycurry-protocol",
+]
+
+[[package]]
name = "hurrycurry-protocol"
version = "11.0.0"
dependencies = [
@@ -1090,6 +1098,7 @@ dependencies = [
"get_if_addrs",
"hurrycurry-bot",
"hurrycurry-client-lib",
+ "hurrycurry-locale",
"hurrycurry-protocol",
"igd",
"log",