diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-19 20:21:27 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-19 20:21:27 +0200 |
| commit | 231a5ce21fcee9195fcc504ee672e4464d627c47 (patch) | |
| tree | 5d26373c2dbdaa3a4c7dfb6d2dc4e0fb63ca47a1 /Cargo.lock | |
| parent | 239f139e7cdc2ee9f2658a8038d2870293e20aa4 (diff) | |
| download | hurrycurry-231a5ce21fcee9195fcc504ee672e4464d627c47.tar hurrycurry-231a5ce21fcee9195fcc504ee672e4464d627c47.tar.bz2 hurrycurry-231a5ce21fcee9195fcc504ee672e4464d627c47.tar.zst | |
Rename client-lib crate to game-core
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", |