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]
|
[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"}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cargo-client"
|
name = "orthros-client"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue