rust workspaces
This commit is contained in:
parent
91a9ff3de2
commit
0c1408fb19
9 changed files with 52 additions and 13 deletions
15
Cargo.toml
15
Cargo.toml
|
|
@ -1,9 +1,8 @@
|
|||
[package]
|
||||
name = "trictrac"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
resolver="2"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
pico-args = "0.5.0"
|
||||
members = [
|
||||
"client",
|
||||
"server",
|
||||
"store"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue