renamed client

This commit is contained in:
Iaphetes 2025-10-31 12:56:56 +01:00
parent 8caddafdaa
commit 02c9ef06f5
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[workspace] [workspace]
resolver="3" resolver="3"
members = ["cargo-client","orthros-network","orthros-server"] members = ["orthros-client","orthros-network","orthros-server"]
[dependencies] [dependencies]
orthros_network = {path = "./orthros-network"} orthros_network = {path = "./orthros-network"}

View file

@ -1,5 +1,5 @@
[package] [package]
name = "cargo-client" name = "orthros-client"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"