diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -990,27 +990,13 @@ dependencies = [ "anyhow", "clap", "env_logger", - "hurrycurry-client-lib", + "hurrycurry-game-core", "hurrycurry-protocol", "log", "rustls", ] [[package]] -name = "hurrycurry-client-lib" -version = "3.0.0" -dependencies = [ - "anyhow", - "futures-util", - "hurrycurry-protocol", - "log", - "serde_json", - "tokio", - "tokio-tungstenite", - "tungstenite", -] - -[[package]] name = "hurrycurry-data" version = "0.1.0" dependencies = [ @@ -1050,7 +1036,7 @@ dependencies = [ "clap", "env_logger", "futures-util", - "hurrycurry-client-lib", + "hurrycurry-game-core", "hurrycurry-protocol", "log", "rustls", @@ -1063,6 +1049,20 @@ dependencies = [ ] [[package]] +name = "hurrycurry-game-core" +version = "3.0.0" +dependencies = [ + "anyhow", + "futures-util", + "hurrycurry-protocol", + "log", + "serde_json", + "tokio", + "tokio-tungstenite", + "tungstenite", +] + +[[package]] name = "hurrycurry-locale" version = "0.1.0" dependencies = [ @@ -1093,7 +1093,7 @@ version = "3.0.0" dependencies = [ "anyhow", "env_logger", - "hurrycurry-client-lib", + "hurrycurry-game-core", "hurrycurry-protocol", "log", "markup", @@ -1134,8 +1134,8 @@ dependencies = [ "futures-util", "get_if_addrs", "hurrycurry-bot", - "hurrycurry-client-lib", "hurrycurry-data", + "hurrycurry-game-core", "hurrycurry-locale", "hurrycurry-protocol", "igd", |