diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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", |