renamed client
This commit is contained in:
parent
8caddafdaa
commit
02c9ef06f5
3 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[workspace]
|
||||
resolver="3"
|
||||
members = ["cargo-client","orthros-network","orthros-server"]
|
||||
members = ["orthros-client","orthros-network","orthros-server"]
|
||||
|
||||
[dependencies]
|
||||
orthros_network = {path = "./orthros-network"}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "cargo-client"
|
||||
name = "orthros-client"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue