working proper style of cargo toml files
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
[package]
|
||||
name = "multieko2-client"
|
||||
name = "client"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
common = { path = "../common" }
|
||||
|
||||
crossterm = "0.28.1"
|
||||
dirs = "6.0.0"
|
||||
dotenvy = "0.15.7"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "multieko2-common"
|
||||
name = "common"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "multieko2-server"
|
||||
name = "server"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user