client_cli
This commit is contained in:
parent
2525dd3664
commit
92d5779929
6 changed files with 104 additions and 1 deletions
13
client_cli/Cargo.toml
Normal file
13
client_cli/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "client_cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
bincode = "1.3.3"
|
||||
pico-args = "0.5.0"
|
||||
renet = "0.0.13"
|
||||
store = { path = "../store" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue